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

Properties

Properties

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

Generated using TypeDoc