import { SigitFile } from '../utils/file' export interface CurrentUserFile { id: number file: SigitFile hash?: string isHashValid: boolean }