Type alias OrderStatement

OrderStatement: {
    direction: OrderDirection;
    field: string;
}

Interface for storing the parts of a SQL order-by clause.

Type declaration