interface Message {
    type: MessageType;
    [key: string]: any;
}

Indexable

  • [key: string]: any
Index