Skip to content

SortDirection

SortDirection: {
    readonly asc: "asc";
    readonly desc: "desc";
}