Type Alias ServerVideoMessage

ServerVideoMessage: {
    type: "video";
    video: { id: string; mime_type: string; sha256: string };
}

Type declaration

  • type: "video"
  • video: { id: string; mime_type: string; sha256: string }