interface DebugThreadDTO {
    sessionId: string;
    threadId: number;
}

Properties

Properties

sessionId: string
threadId: number