MCPcopy
hub / github.com/pickle-com/glass / FirestoreTranscript

Interface FirestoreTranscript

pickleglass_web/utils/firestore.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface FirestoreTranscript {
33 startAt: Timestamp;
34 endAt: Timestamp;
35 speaker: 'me' | 'other';
36 text: string;
37 lang?: string;
38 createdAt: Timestamp;
39}
40
41export interface FirestoreAiMessage {
42 sentAt: Timestamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected