* feat: add createdBy/updatedBy field config for table managed by collections * fix: update by different users and field initialization * fix: function argument * add: test cases Co-authored-by: chenos <chenlinxh@gmail.com>
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
export { default as CreatedBy } from './CreatedBy';
|
|
export { default as UpdatedBy } from './UpdatedBy';
|