/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * A map of object IDs and their corresponding sort orders. */ export interface SortOrderSchema { [key: string]: number; }