Type alias EventDefinitions

EventDefinitions: Record<string | symbol, ((...args) => any)>

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any