Interface IMsgTypeCollection

interface IMsgTypeCollection {
    [key: string]: MsgType;
}

Indexable

[key: string]: MsgType

Generated using TypeDoc