Type alias FSStats

FSStats: Prettify<FolderMetadata & FSStatsBase & {
    type: "directory";
    uuid: string;
} | FSItemFileBase & FileMetadata & FSStatsBase & {
    type: "file";
    uuid: string;
}>

Generated using TypeDoc