Add likes_total data definition in API
This commit is contained in:
parent
a0da41fa92
commit
2118d6ba7c
@ -260,6 +260,12 @@ export const dataFieldsConfig = valueType<DataFieldConfig>()({ /* eslint-disable
|
|||||||
asJson: true,
|
asJson: true,
|
||||||
sqlCast: 'jsonb',
|
sqlCast: 'jsonb',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
likes_total: {
|
||||||
|
edit: false,
|
||||||
|
derivedEdit: true,
|
||||||
|
verify: false
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
export type Building = { [k in keyof typeof dataFieldsConfig]: any };
|
export type Building = { [k in keyof typeof dataFieldsConfig]: any };
|
||||||
|
Loading…
Reference in New Issue
Block a user