UNPKG

385 BSource Map (JSON)View Raw
1{"version":3,"file":"response.js","sourceRoot":"","sources":["../src/response.ts"],"names":[],"mappings":"","sourcesContent":["import { Event, EventType } from './event';\nimport { Session } from './session';\nimport { Status } from './status';\n\n/** JSDoc */\nexport interface Response {\n status: Status;\n event?: Event | Session;\n type?: EventType;\n reason?: string;\n}\n"]}
\No newline at end of file