ZodTypes
@rotorsoft/act-root / act/src / ZodTypes
Type Alias: ZodTypes<T>
ZodTypes<
T
> ={ [K in keyof T]: ZodType<T[K]> }
Defined in: libs/act/src/types/action.ts:75
Maps schema names to their Zod type representations.
Type Parameters
T
T
extends Schemas
The schemas map.