Skip to content

Variable: GetChecklistItemsSchema

ts
const GetChecklistItemsSchema: 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">>;
  filter: ZodOptional<ZodCustom<"all" | "none" | string & object, "all" | "none" | string & object>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getChecklistItems.ts:4