<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [OrderbyInstruction](./schema.orderbyinstruction.md)

## OrderbyInstruction interface

<b>Signature:</b>

```typescript
export interface OrderbyInstruction 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [column](./schema.orderbyinstruction.column.md) |  | string | Name of the column to order by |
|  [direction?](./schema.orderbyinstruction.direction.md) |  | [SortDirection](./schema.sortdirection.md) | <i>(Optional)</i> Direction to order by |

