UNPKG

somod-chat-service

Version:

Serverless Chat Service from SOMOD

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