/** Sorting query parameters. */
export type Sortable = {
    /** Sort description in format `field,direction`. Direction can be `asc` or `desc`. */
    sort?: string;
};
//# sourceMappingURL=sortable.d.ts.map