Member Junction
    Preparing search index...

    Variable MJStateProvinceSchemaConst

    MJStateProvinceSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            BoundaryGeoJSON: ZodNullable<ZodString>;
            Code: ZodString;
            CommonAliases: ZodNullable<ZodString>;
            Country: ZodString;
            CountryID: ZodString;
            ID: ZodString;
            ISO3166_2: ZodString;
            Latitude: ZodNullable<ZodNumber>;
            Longitude: ZodNullable<ZodNumber>;
            Name: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            BoundaryGeoJSON?: string;
            Code?: string;
            CommonAliases?: string;
            Country?: string;
            CountryID?: string;
            ID?: string;
            ISO3166_2?: string;
            Latitude?: number;
            Longitude?: number;
            Name?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            BoundaryGeoJSON?: string;
            Code?: string;
            CommonAliases?: string;
            Country?: string;
            CountryID?: string;
            ID?: string;
            ISO3166_2?: string;
            Latitude?: number;
            Longitude?: number;
            Name?: string;
        },
    > = ...

    zod schema definition for the entity MJ: State Provinces