Variable cardIdentityConst
cardIdentity: ZodReadonly<
ZodObject<
{
rank: ZodUnion<
[ZodCustom<1 | 2 | 3 | 4 | 5 | 7, 1 | 2 | 3 | 4 | 5 | 7>, ZodNull],
>;
suitIndex: ZodUnion<
[ZodCustom<0 | 1 | 2 | 3 | 4 | 5, 0 | 1 | 2 | 3 | 4 | 5>, ZodNull],
>;
},
$strict,
>,
> = ...