interface SortDto {
    direction: "ASC" | "DESC";
    field: string;
}

Properties

Properties

direction: "ASC" | "DESC"
field: string

Generated using TypeDoc