Files
crawlab/frontend/crawlab-ui/typings/utils/service.d.ts

3 lines
132 B
Go

import { Store } from 'vuex';
export declare const getDefaultService: <T>(ns: string, store: Store<RootStoreState>) => Services<T>;