Files
crawlab/frontend/crawlab-ui/typings/services/schedule/scheduleService.d.ts

4 lines
153 B
Go

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