import { PdfFile } from './drawing.ts'
export interface CurrentUserFile {
id: number
pdfFile: PdfFile | File
filename: string
hash?: string
isHashValid: boolean
}