scope({
BaseType: { entityType: "string" },
"Version<Entity extends BaseType, HashKeyPattern>": {
"...": "VersionCore & AiVersionFields",
data: "Entity",
HK: "HashKeyPattern",
SK: "StandardVersionSK",
EntityType: 'Entity["entityType"]',
},
})