Files
crawlab/frontend/crawlab-ui/typings/services/utils/file.d.ts

4 lines
169 B
Go

import { Store } from 'vuex';
declare const useFileService: <T>(ns: ListStoreNamespace, store: Store<RootStoreState>) => FileServices<T>;
export default useFileService;