Skip to content

Variable: GetChecklistItemSchema

ts
const GetChecklistItemSchema: ZodObject<{
  fields: ZodOptional<ZodEnum<{
     all: "all";
     due: "due";
     dueReminder: "dueReminder";
     idMember: "idMember";
     name: "name";
     nameData: "nameData";
     pos: "pos";
     state: "state";
     type: "type";
  }>>;
  id: ZodUnknown;
  idCheckItem: ZodUnknown;
}, $strip>;

Defined in: parameters/getChecklistItem.ts:3