Skip to content

Type Alias: FateRecord

FateRecord = Record<string, unknown>

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

Alias for a loose record used throughout the fate's internals.

Released under the MIT License