export interface IDocumentQuery { followedSites?: Array<{ title: string; siteUrl: string; }>; excludeFileTypes?: Array; addonQueryTemplate?: string; alternateTitlePropertyName?: string; alternateModifiedByPropertyName?: string; }