import ITranslation from '../Translation'; export interface IDocument { readonly name: ITranslation[]; readonly imported_at?: Date; readonly draft?: boolean; readonly description: ITranslation[]; readonly path: ITranslation[]; }