Interface FilePropertyBag

interface FilePropertyBag {
    endings?: "native" | "transparent";
    lastModified?: number;
    type?: string;
}

Hierarchy (view full)

Properties

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