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

Interface FirestoreSession

pickleglass_web/utils/firestore.ts:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface FirestoreSession {
26 title: string;
27 session_type: string;
28 startedAt: Timestamp;
29 endedAt?: Timestamp;
30}
31
32export interface FirestoreTranscript {
33 startAt: Timestamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected