import type { IRegistry } from '../../../infra/index.js'; import type { ProjectType } from './project-type'; import type { IProject } from './i-project'; export interface IProjectRegistry extends IRegistry { }