MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / ImportConfig

Interface ImportConfig

packages/importer/src/types.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5} from '@openpanel/db';
6
7export interface ImportConfig {
8 projectId: string;
9 provider: string;
10 sourceType: 'file' | 'api';
11 sourceLocation: string;
12}
13
14export interface SessionInfo {
15 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected