We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bed53b7 + a8ce72f commit 23491cfCopy full SHA for 23491cf
src/classes/Entity.ts
@@ -47,7 +47,7 @@ export interface EntityAttributeConfig {
47
type?: DynamoDBTypes
48
default?: any | ((data: object) => any)
49
dependsOn?: string | string[]
50
- transform?: (value: any, data: {}) => { resp: any }
+ transform?: (value: any, data: {}) => any
51
coerce?: boolean
52
save?: boolean
53
onUpdate?: boolean
0 commit comments