interface BlobPropertyBag {
    endings?: EndingType;
    type?: string;
}

Hierarchy (view full)

Properties

Properties

endings?: EndingType
type?: string