import { IMFFile } from '@modelata/types-fire'; export interface IRouxFile extends IMFFile { /** shaSum of the base64 of the reference file */ base64RefFileSha?: string; }