Interface StateDefinition

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

Indexable