Skip to content

Variable: GetCardCheckItemSchema

ts
const GetCardCheckItemSchema: ZodObject<{
  fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>]>>;
  id: ZodUnknown;
  idCheckItem: ZodUnknown;
}, $strip>;

Defined in: parameters/getCardCheckItem.ts:3