mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 17:30:31 +00:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
export interface AppServerExecutionContext {
|
|
readonly codexPath: string;
|
|
readonly vaultPath: string;
|
|
}
|