mirror of
https://github.com/certd/certd.git
synced 2026-07-14 17:53:28 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { IAccessService } from "@certd/pipeline";
|
||||
import { IAccessService, IRuntimeDepsService } from "@certd/pipeline";
|
||||
|
||||
export type AccessRuntimeDepsService = {
|
||||
ensureRuntimeDependencies(pluginKeys: string | string[]): Promise<any>;
|
||||
importRuntime(specifier: string): Promise<any>;
|
||||
};
|
||||
export type AccessRuntimeDepsService = IRuntimeDepsService;
|
||||
|
||||
export class AccessGetter implements IAccessService {
|
||||
userId: number;
|
||||
|
||||
Reference in New Issue
Block a user