Type Alias: SnapshotOf<TMachine>
@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 Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TMachine |