import type { embedly_OEmbedResponse } from './embedly_OEmbedResponse'; export type appConnection_AppConnectionFields = { autoSizeEmbed?: boolean; companyId?: string; embedCode?: string; embedLink?: string; embedlyData?: embedly_OEmbedResponse; extensionConfigId?: string; memberIDs?: Record; };