export interface DmsDocumentQuery { activityCriteria?: string; metadata?: { [key: string]: string; }; tags?: Array; }