import { WorkflowHistory } from "."; export interface DocumentHistory { edition: number; revision: number; parentSiteUrl: string; published: Date; publishedBy: string; approvedBy: string; workflowHistory: Array; signedCopy: string; }