interface NgwFile {
    mime_type: string;
    name: string;
    size: number;
}

Properties

Properties

mime_type: string
name: string
size: number