Interface SASUploadedFile

interface SASUploadedFile {
    id: string;
    location: string;
    name: string;
    size: number;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
location: string
name: string
size: number
type: string