import { DocumentTask } from "./DocumentTask"; export interface TaskItemResponse { nextPageString: string; previousPageString: string; tasks: Array; useThresholdQuery: boolean; }