Type Alias FSStats

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