Skip to content

Variable: GetCardCheckItemStatesSchema

ts
const GetCardCheckItemStatesSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodEnum<{
     idCheckItem: "idCheckItem";
     state: "state";
   }>, ZodArray<ZodEnum<{
     idCheckItem: "idCheckItem";
     state: "state";
  }>>]>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getCardCheckItemStates.ts:3