PinToKey type

Signature:

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

References: StreamKey