Files
crawlab/frontend/crawlab-ui/typings/services/environment/environmentService.d.ts

4 lines
162 B
Go

import { Store } from 'vuex';
declare const useEnvironmentService: (store: Store<RootStoreState>) => Services<Environment>;
export default useEnvironmentService;