| 5 | } from '@openpanel/db'; |
| 6 | |
| 7 | export interface ImportConfig { |
| 8 | projectId: string; |
| 9 | provider: string; |
| 10 | sourceType: 'file' | 'api'; |
| 11 | sourceLocation: string; |
| 12 | } |
| 13 | |
| 14 | export interface SessionInfo { |
| 15 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected