Variable: ContentPropertySortOrderSchema
ts
const ContentPropertySortOrderSchema: ZodCustom<"key" | string & object | "-key", "key" | string & object | "-key">;Defined in: src/v2/models/contentPropertySortOrder.ts:8
The sort fields for content properties. The default sort direction is ascending. To sort in descending order, append a - character before the sort field. For example, fieldName or -fieldName.