Skip to content

Variable: OrderOfCustomFieldOptionsSchema

ts
const OrderOfCustomFieldOptionsSchema: ZodObject<{
  after: ZodOptional<ZodString>;
  customFieldOptionIds: ZodArray<ZodString>;
  position: ZodOptional<ZodCustom<string & object | "First" | "Last", string & object | "First" | "Last">>;
}, $loose>;

Defined in: src/cloud/models/orderOfCustomFieldOptions.ts:5

An ordered list of custom field option IDs and information on where to move them.