import { Ref } from './common'; import { IPage } from './page'; import { IUser } from './user'; export type IAttachment = { page?: Ref, creator?: Ref, // virtual property filePathProxied: string, };