Type alias ConnRegistryState<T, S, C, I>

ConnRegistryState<T, S, C, I>: {
    [key: string]: ConnRegistryConn<T, S, C, I> & {
        id: typeof key;
    };
}

State of whole ConnRegistry. Just map for id to state of each single connection.

Type Parameters

  • T

  • S

  • C

  • I

Type declaration

Generated using TypeDoc