PinToKey type

Signature:

export type PinToKey<Pins extends string> = Nullable<Partial<Record<Pins, StreamKey[]>>>;
typescript

References: StreamKey