(sessionId: string)
| 681 | rename(sessionId: string, name: string): Promise<void>; |
| 682 | setGeneratedTitleIfAbsent?(sessionId: string, title: string): Promise<SessionHeader | null>; |
| 683 | remove(sessionId: string): Promise<void>; |
| 684 | } |
| 685 | |
| 686 | export interface StrictRecoverySessionStore extends SessionStore { |
no outgoing calls
no test coverage detected