Skip to content

OrderByDirection🔗

Definition🔗

export enum OrderByDirection {
    ASC = "ASC",
    DESC = "DESC",
}