EncryptableVideo: {
    __typename: "EncryptableVideo";
    mimeType: string | null;
    uri: string;
}

Type declaration

  • __typename: "EncryptableVideo"
  • mimeType: string | null
  • uri: string