interface FileOptions {
    lastModified?: number;
    type?: string;
}

Properties

Properties

lastModified?: number
type?: string