OrderBy type

interface OrderBy {
    field: string;
    order: string;
}

Properties

Properties

field: string

Sorting field

order: string

Sort by