FileSort: {
    by:
        | "mtime"
        | "birthtime"
        | "name"
        | "serial";
    order: "asc" | "desc";
}