import { BackendFileRef } from "../datastore/BackendFileRef"; export interface IAttachment { readonly fileRef: BackendFileRef; }