mirror of
https://github.com/certd/certd.git
synced 2026-04-26 22:07:29 +08:00
feat: midway注解方式编写插件
This commit is contained in:
@@ -13,3 +13,6 @@ export type AccessDefine = Registrable & {
|
||||
export interface IAccessService {
|
||||
getById(id: any): Promise<any>;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
export interface IAccess {}
|
||||
|
||||
Reference in New Issue
Block a user