Skip to content

Variable: GetCardCheckItemSchema

ts
const GetCardCheckItemSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "name"
     | "type"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
     | "dueReminder", 
     | "name"
     | "type"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
     | "dueReminder">, ZodArray<ZodCustom<
     | "name"
     | "type"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
     | "dueReminder", 
     | "name"
     | "type"
     | "state"
     | string & object
     | "idMember"
     | "nameData"
     | "pos"
     | "due"
    | "dueReminder">>]>>;
  id: ZodString;
  idCheckItem: ZodString;
}, $strip>;

Defined in: parameters/getCardCheckItem.ts:4