Skip to content

Variable: GetChecklistItemSchema

ts
const GetChecklistItemSchema: ZodObject<{
  fields: ZodOptional<ZodCustom<
     | "name"
     | "type"
     | "all"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
     | "dueReminder", 
     | "name"
     | "type"
     | "all"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
    | "dueReminder">>;
  id: ZodString;
  idCheckItem: ZodString;
}, $strip>;

Defined in: parameters/getChecklistItem.ts:4