Type Alias SortDirection

SortDirection:
    | 1
    | -1
    | "asc"
    | "desc"
    | "ascending"
    | "descending"
    | {
        $meta: string;
    }