Files
crawlab/frontend/crawlab-ui/typings/services/notification/useNotificationChannelService.d.ts

4 lines
186 B
TypeScript

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