PaginationArgsWithOrder: PaginationArgs & {
    order?: "asc" | "desc";
}

Generated using TypeDoc