ServiceWithBuiltIn.d.ts 171 Bytes
import { IServiceOpts, Service as CoreService } from '@umijs/core';
declare class Service extends CoreService {
    constructor(opts: IServiceOpts);
}
export { Service };