schema.orderbyinstruction.md
November 8, 2023 ยท View on GitHub
Home > @datashaper/schema > OrderbyInstruction
OrderbyInstruction interface
Signature:
export interface OrderbyInstruction
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| column | string | Name of the column to order by | |
| direction? | SortDirection | (Optional) Direction to order by |