import type { ObjectMapValue } from '@ringcentral-integration/core/lib/ObjectMap'; import { ObjectMap } from '@ringcentral-integration/core/lib/ObjectMap'; export const contactReadyStates = ObjectMap.prefixKeys( ['pending', 'loading', 'loaded'], 'contactReadyStates', ); export type ContactReadyState = ObjectMapValue; export type ContactReadyStates = Record;