import { PageId } from "../pages/Page"; export interface DocumentFileUpload { pageId: PageId; filePath: string; fileName: string; data: File; }