interface FileStat {
    modified: string;
    size: number;
}

Properties

Properties

modified: string

The date and time (UTC) of the last modification

size: number

The size of the file in bytes