RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/hooks/omnichannel/useOmnichannelRouteConfig.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { OmichannelRoutingConfig } from '@rocket.chat/core-typings';

import { useOmnichannel } from './useOmnichannel';

export const useOmnichannelRouteConfig = (): OmichannelRoutingConfig | undefined => useOmnichannel().routeConfig;