ReceiveFromAddressAuto type
Signature:
export type ReceiveFromAddressAuto = {
source: SubscriptionSource;
sourceSelector: (streams: StreamMetadata[]) => StreamKey[];
};
References: SubscriptionSource, StreamMetadata, StreamKey
Signature:
export type ReceiveFromAddressAuto = {
source: SubscriptionSource;
sourceSelector: (streams: StreamMetadata[]) => StreamKey[];
};
References: SubscriptionSource, StreamMetadata, StreamKey