| 23 | } |
| 24 | |
| 25 | export interface FirestoreSession { |
| 26 | title: string; |
| 27 | session_type: string; |
| 28 | startedAt: Timestamp; |
| 29 | endedAt?: Timestamp; |
| 30 | } |
| 31 | |
| 32 | export interface FirestoreTranscript { |
| 33 | startAt: Timestamp; |
nothing calls this directly
no outgoing calls
no test coverage detected