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