Type alias AccountLinkingProducer

AccountLinkingProducer: {
    cancel: (() => void);
    on: (<K>(eventName: K, listener: EventListener<ProducerEventMap[K]>) => void);
}

Type declaration

Generated using TypeDoc