ControlMessageType<T>: {
    data?: any;
    type: T;
}

Type Parameters

  • T

Type declaration

  • Optional data?: any
  • type: T