mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
5 lines
No EOL
111 B
TypeScript
5 lines
No EOL
111 B
TypeScript
export enum Path {
|
|
Root = "AI Agent",
|
|
Schemas = "AI Agent/Schemas",
|
|
Records = "AI Agent/Records"
|
|
}; |