Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / AttrValueOf

Type Alias: AttrValueOf<V>

AttrValueOf<V> = z.input<typeof RCML_ATTR_VALIDATORS[V]>

Defined in: rcml/src/email/rcml-types.ts:33

The TypeScript type accepted as input by the Zod validator keyed by V. E.g. AttrValueOf<V.Color> is string, AttrValueOf<V.Align> is 'left' | 'center' | 'right'.

Type Parameters

V

V extends RcmlAttributeValidatorsEnum