Variable: ChildCustomContentSortOrderSchema
ts
const ChildCustomContentSortOrderSchema: ZodEnum<{
-created-date: "-created-date";
-id: "-id";
-modified-date: "-modified-date";
created-date: "created-date";
id: "id";
modified-date: "modified-date";
}>;Defined in: src/v2/models/childCustomContentSortOrder.ts:7
The sort fields for child custom content. The default sort direction is ascending by id. To sort in descending order, append a - character before the sort field. For example, fieldName or -fieldName.