import type { IMessage } from '../../../src/definition/messages'; import { ThreadBridge } from '../../../src/server/bridges/ThreadBridge'; export class TestsThreadBridge extends ThreadBridge { public getById(messageId: string, appId: string): Promise> { throw new Error('Method not implemented.'); } }