interface BlobPropertyBag {
    endings?: "native" | "transparent";
    type?: string;
}

Hierarchy (View Summary)

Properties

Properties

endings?: "native" | "transparent"
type?: string