import type { ProjectModel } from "./project.ts"; import type { UserModel } from "./user.ts"; export type DomainModels = UserModel | ProjectModel;