represents a file size definition giving size and label.

interface FileSize {
    label: string;
    size: number;
}

Properties

Properties

label: string
size: number