VideoContent: {
    data?: string;
    mime_type?: VideoContentMimeType;
    processing?: MediaProcessing | ProcessingEnum;
    resolution?: MediaResolution;
    type: "video";
    uri?: string;
}

A video content block.

Type declaration