import { nameFormat } from '../Spaces/spaces'; export interface Options { contactNameFormat: nameFormat; allowDuplicateContactChannels: boolean; }