interface FilePropertyBag {
    endings?: EndingType;
    lastModified?: number;
    type?: string;
}

Hierarchy

Properties

endings?: EndingType
lastModified?: number
type?: string

Generated using TypeDoc