ReceiveFromAddress type
Signature:
export type ReceiveFromAddress<Pins extends string> = {
source: SubscriptionSource;
sourceSelector: (streams: StreamMetadata[]) => PinToKey<Pins>;
};
References: SubscriptionSource, StreamMetadata, PinToKey