Variable stylePayloadSchemaConst
stylePayloadSchema: ZodObject<{
name: ZodString;
value: ZodUnion<[ZodString, ZodType<RegExp, ZodTypeDef, RegExp>]>;
}, "strip", ZodTypeAny, {
name: string;
value: (string | RegExp) & (undefined | string | RegExp);
}, {
name: string;
value: (string | RegExp) & (undefined | string | RegExp);
}> = ...
Type declaration
name: ZodString
value: ZodUnion<[ZodString, ZodType<RegExp, ZodTypeDef, RegExp>]>
Type declaration
name: string
value: (string | RegExp) & (undefined | string | RegExp)
Type declaration
name: string
value: (string | RegExp) & (undefined | string | RegExp)