Type alias AccountLinkingConsumer

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

Type declaration

Generated using TypeDoc