import type { Service } from '@roots/bud-framework'; /** * Peer service interface */ export interface Project extends Service { }