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

Type Parameters

  • T

Properties

Properties

data?: any
type: T