* refactor(plugin-users): improve extendibility of middlewares * fix(plugin-users): fix typo * fix: test error * fix: allowConfigure condition Co-authored-by: chenos <chenlinxh@gmail.com>
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
import { CollectionOptions } from '@nocobase/database';
|
|
|
|
export default {
|
|
name: 'rolesUsers',
|
|
fields: [{ type: 'boolean', name: 'default' }],
|
|
} as CollectionOptions;
|