interface BaseInfo {
    mimetype?: string;
    size?: number;
}

Hierarchy (View Summary)

Properties

Properties

mimetype?: string
size?: number