mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
4 lines
No EOL
79 B
TypeScript
4 lines
No EOL
79 B
TypeScript
export enum DynamicRecordProp {
|
|
Type = "type",
|
|
ObjectId = "object_id"
|
|
} |