Type alias ActionListenerContainer

ActionListenerContainer: {
    action: string;
    listener: ((action, state) => void);
}

Type declaration

  • action: string
  • listener: ((action, state) => void)