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

Hierarchy (view full)

Properties

Properties

mimetype?: string
size?: number