murashit_codex-panel/src/app-server/connection/execution-context.ts

4 lines
107 B
TypeScript

export interface AppServerExecutionContext {
readonly codexPath: string;
readonly vaultPath: string;
}