Skip to content

Type Alias: FateRoots

FateRoots = Record<string, RootDefinition<TypeName, unknown>>

Defined in: packages/fate/src/types.ts:409

Minimal root description used for typing root maps.

Released under the MIT License