InterfaceEventMap

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

Properties

Properties

renewToken: (() => void)