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

Hierarchy (View Summary)

Properties

Properties

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