import type { ContentType_V2 } from './ContentType_V2.js'; import type { LinkMap } from './LinkMap.js'; import type { PropertyType_V2 } from './PropertyType_V2.js'; export type ContentSource_V2 = { useTypedFieldNames?: boolean; languages?: Array; links?: LinkMap; contentTypes?: Array; propertyTypes?: Array; };