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

Hierarchy (view full)

Properties

Properties

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