UNPKG

@trycourier/courier-js

Version:

A browser-safe API wrapper

10 lines (9 loc) 220 B
export declare class AuthenticationListener { readonly callback: (props: { userId?: string; }) => void; constructor(callback: (props: { userId?: string; }) => void); remove(): void; }