Variable JurisdictionCreateConst
JurisdictionCreate: ZodObject<
{
children: ZodOptional<
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
>;
},
$strip,
>,
>;
fipsCode: ZodString;
level: ZodString;
name: ZodString;
parentId: ZodOptional<ZodCoercedNumber<unknown>>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
taxRates: ZodOptional<
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
>;
},
$strip,
>,
>;
updatedById: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...
JurisdictionCreate schema (Thu Nov 13 2025)