andy-stack_vaultkeeper-ai/Enums/DynamicRecord.ts
2025-09-08 15:50:06 +01:00

4 lines
No EOL
79 B
TypeScript

export enum DynamicRecordProp {
Type = "type",
ObjectId = "object_id"
}