Variable JurisdictionFieldConst
JurisdictionField: ZodEnum<
{
createdAt: "createdAt";
deletedAt: "deletedAt";
fipsCode: "fipsCode";
id: "id";
level: "level";
name: "name";
parentId: "parentId";
readonly: "readonly";
updatedAt: "updatedAt";
updatedById: "updatedById";
},
> = ...
JurisdictionField schema (Thu Nov 13 2025)