Interface Asset

interface Asset {
    key?: string;
    size?: string;
    type?: string;
}

Properties

Properties

key?: string
size?: string
type?: string