import { IModel } from "@inweb/viewer-core"; /** * Basic model implementation. */ export type IModelImpl = IModel;