UNPKG

umi

Version:
9 lines (8 loc) 218 B
import { Service as CoreService } from '@umijs/core'; export declare class Service extends CoreService { constructor(opts?: any); run2(opts: { name: string; args?: any; }): Promise<void>; }