Interface FileInfo

FileInfo

interface FileInfo {
    mime_type: string;
    name: string;
    type: FileInfoTypeEnum;
}

Properties

Properties

mime_type: string

FileInfo

name: string

FileInfo

FileInfo