ServiceWithBuiltIn.d.ts 171 Bytes Raw Blame History Permalink 1 2 3 4 5 import { IServiceOpts, Service as CoreService } from '@umijs/core'; declare class Service extends CoreService { constructor(opts: IServiceOpts); } export { Service };