import { IFileProperties } from "./i-file-properties.js"; export interface IFile extends IFileProperties { }