import { Hashcode } from "../metadata/Hashcode"; export interface FileRef { readonly name: string; readonly hashcode?: Hashcode; }