English
Appearance
const CommentSortOrderSchema: ZodCustom< | string & object | "created-date" | "-created-date" | "modified-date" | "-modified-date", | string & object | "created-date" | "-created-date" | "modified-date" | "-modified-date">;
Defined in: src/v2/models/commentSortOrder.ts:8
The sort fields for comments. The default sort direction is ascending. To sort in descending order, append a - character before the sort field. For example, fieldName or -fieldName.
-
fieldName
-fieldName
Variable: CommentSortOrderSchema
Defined in: src/v2/models/commentSortOrder.ts:8
The sort fields for comments. The default sort direction is ascending. To sort in descending order, append a
-character before the sort field. For example,fieldNameor-fieldName.