Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineSchema<TContext, TEvent>

Type parameters

Hierarchy

  • MachineSchema

Index

Properties

Optional actions

actions: undefined | { type: string }

Optional context

context: TContext

Optional events

events: TEvent

Optional guards

guards: undefined | { type: string }

Optional services

services: undefined | { type: string }

Generated using TypeDoc