Variable clearAddressSchemaConst

clearAddressSchema: ZodObject<{
    ipAddress: ZodEffects<ZodString, string, string>;
}, "strip", ZodTypeAny, {
    ipAddress: string;
}, {
    ipAddress: string;
}> = ...

Type declaration

  • ipAddress: ZodEffects<ZodString, string, string>

Type declaration

  • ipAddress: string

Type declaration

  • ipAddress: string

Generated using TypeDoc