export interface ChatEntity {
  objectType: string;
  linkToTranscriptField?: string;
  showOnCreate: boolean;
  entityFieldKeysToMap?: string[];
}
