Variable: GetCardCheckItemStatesSchema
ts
const GetCardCheckItemStatesSchema: ZodObject<{
fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<"state" | string & object | "idCheckItem", "state" | string & object | "idCheckItem">, ZodArray<ZodCustom<"state" | string & object | "idCheckItem", "state" | string & object | "idCheckItem">>]>>;
id: ZodString;
}, $strip>;Defined in: parameters/getCardCheckItemStates.ts:4