interface IDocumentMetadata { source: string; collections: string[]; } export type { IDocumentMetadata };