Variable clearAddressSchemaConst
clearAddressSchema: ZodObject<{
ipAddress: ZodEffects<ZodString, string, string>;
}, "strip", ZodTypeAny, {
ipAddress: string;
}, {
ipAddress: string;
}> = ...
Type declaration
-
ipAddress: ZodEffects<ZodString, string, string>