Type alias OrderBy

OrderBy: {
    by: string;
    order: OrderDirection;
}

Type declaration

Generated using TypeDoc