import { ControlledDocument } from "."; export interface GetControlledDocumentsResponse { nextPageString: string; previousPageString: string; useThresholdQuery: boolean; documents: Array; }