import { DocumentBulkUpdate } from "./DocumentBulkUpdate"; import { SharePointField } from "../sharepoint"; export interface DocumentBulkUpdateQuery { documentBulkUpdates: Array; newValueField: SharePointField; system: string; modifiedBy: string; value: string; }