interface File {
    file_id: string;
    mime_type: string;
}

Properties

Properties

file_id: string

The ID of the file.

mime_type: string

The MIME type of the file.