hr-db
    Preparing search index...

    Variable AddressOwnIncludeSchemaJsonConst

    AddressOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                contact: ZodOptional<ZodCoercedBoolean<unknown>>;
                primary: ZodOptional<ZodCoercedBoolean<unknown>>;
                state: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...