mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
|
import EventHandlers from "./EventHandlers"
|
||
|
|
||
|
export default class Event {
|
||
|
public name: string
|
||
|
public actorType: string[]
|
||
|
public handlers: EventHandlers
|
||
|
}
|