# `type` OrderBy

[Documentation Index](../README.md)

```ts
import {OrderBy} from "https://deno.land/x/polysql@v2.0.18/mod.ts"
```

`type` OrderBy = `string` | [Sql](../class.Sql/README.md) | \{columns: ReadonlyArray\<`string`>, desc?: `boolean`}