fd32705954
* feat: getRepository * getRepository return type * export action * add: acl * feat: setResourceAction * feat: action alias * chore: code struct * feat: removeResourceAction * chore: file name * ignorecase * remove ACL * feat: ACL * feat: role toJSON * using emit Co-authored-by: chenos <chenlinxh@gmail.com>
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
export * from './acl-resource';
|
|
export * from './acl-role';
|
|
export * from './acl-available-strategy';
|
|
export * from './acl-available-action';
|
|
export * from './acl';
|