import type { ScopeInfo } from '../schemas/ScopeInfo'; /** * Untracked entity file paths sharing a single owning scope. */ export interface UntrackedFilesByScope { file_paths?: string[]; scope?: ScopeInfo; }