Interface BlobPropertyBag

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

Hierarchy (view full)

Properties

Properties

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