Interface EventMap

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

Properties

Properties

renewToken: () => void