UNPKG

somod-chat-service

Version:
5 lines (4 loc) 135 B
import { Thread } from "./types"; export declare const threadCache: { get: (threadId: string, ttl?: number) => Promise<Thread>; };