Type alias StateChangeMessage

StateChangeMessage: {
    action: Action;
    path: string;
    store: string;
    value: unknown;
}

Type declaration

  • action: Action
  • path: string
  • store: string
  • value: unknown

Generated using TypeDoc