<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesSortConfig`](BasesSortConfig)
## BasesSortConfig type
1.10.0
**Signature:**
```typescript
export type BasesSortConfig = {
property: BasesPropertyId;
direction: 'ASC' | 'DESC';
};
```
**References:** [`BasesPropertyId`](BasesPropertyId)