interface event {
    message: string;
    type: string;
}

Properties

Properties

message: string
type: string

Generated using TypeDoc