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

Hierarchy

Properties

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

The last modified date of the file as the number of milliseconds since the Unix epoch (January 1, 1970 at midnight). Files without a known last modified date return the current date.

type?: string