callO: {
    handleEvent: ((...args) => any);
}

Type declaration

  • handleEvent: ((...args) => any)
      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

Generated using TypeDoc