import { ObjectMap } from '@ringcentral-integration/core/lib/ObjectMap'; export const TabsEnum = ObjectMap.fromKeys([ 'personal', 'company', 'other', 'thirdParty', ]); export type TabsEnumType = keyof typeof TabsEnum; export const HintsType = ObjectMap.fromKeys([ 'thirdPartyNoRecordsContent', 'noFilterOrSearchRecordsTitle', 'noFilterOrSearchRecordsContent', 'searching', ]);