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

7 lines
191 B
Go

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