UNPKG

231 BTypeScriptView Raw
1import { Stacktrace } from './stacktrace';
2/** JSDoc */
3export interface Thread {
4 id?: number;
5 name?: string;
6 stacktrace?: Stacktrace;
7 crashed?: boolean;
8 current?: boolean;
9}
10//# sourceMappingURL=thread.d.ts.map
\No newline at end of file