Rxova
Skip to content

Type Alias: SnapshotOf<TMachine>

@rxova/journey-react


@rxova/journey-react / SnapshotOf

type SnapshotOf<TMachine> = TMachine extends object ? TSnapshot : never;

Defined in: react/src/react.types.ts:51

The exact snapshot type a machine emits.

Type Parameter
TMachine