Interface StateDefinition

interface StateDefinition {
    [key: string]: BaseChannel | (() => BaseChannel);
}

Indexable

[key: string]: BaseChannel | (() => BaseChannel)