export interface ApprovalWorkflowData { isRevisionPublishing: boolean; convertToPDF: boolean; previewFileUrl: string; }