⚠️ Internal: This API is not publically exported by the package.
interface BlobPropertyBag {
    endings?: "transparent" | "native";
    type?: string;
}

Hierarchy

Properties

Properties

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