Interface EventMap

interface EventMap {
    renewToken: (() => void);
}

Properties

Properties

renewToken: (() => void)

Type declaration

    • (): void
    • Returns void