interface AppResponse {
    data: string;
    events: Event[];
}

Properties

Properties

data: string
events: Event[]

Generated using TypeDoc