Type alias Connector<T>

Connector<T>: "connections" extends Sk<T>
    ? T["connections"]
    : string[]

Type Parameters

Generated using TypeDoc