UNPKG

218 BTypeScriptView Raw
1import { Service as CoreService } from '@umijs/core';
2export declare class Service extends CoreService {
3 constructor(opts?: any);
4 run2(opts: {
5 name: string;
6 args?: any;
7 }): Promise<void>;
8}