Skip to content

Variable: ContentPropertySortOrderSchema

ts
const ContentPropertySortOrderSchema: ZodEnum<{
  -key: "-key";
  key: "key";
}>;

Defined in: src/v2/models/contentPropertySortOrder.ts:7

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.