UNPKG

304 BTypeScriptView Raw
1import { Event, EventType } from './event';
2import { EventStatus } from './eventstatus';
3import { Session } from './session';
4/** JSDoc */
5export interface Response {
6 status: EventStatus;
7 event?: Event | Session;
8 type?: EventType;
9 reason?: string;
10}
11//# sourceMappingURL=response.d.ts.map
\No newline at end of file