Skip to content

Variable: CreateCustomFieldSchema

ts
const CreateCustomFieldSchema: ZodObject<{
  display_cardFront: ZodOptional<ZodBoolean>;
  idModel: ZodString;
  modelType: ZodCustom<string & object | "board", string & object | "board">;
  name: ZodString;
  options: ZodOptional<ZodString>;
  pos: ZodUnion<readonly [ZodString, ZodNumber, ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>]>;
  type: ZodCustom<"number" | "text" | string & object | "date" | "list" | "checkbox", "number" | "text" | string & object | "date" | "list" | "checkbox">;
}, $strip>;

Defined in: parameters/createCustomField.ts:4