import type { UntrackedFilePath } from '../schemas/UntrackedFilePath'; export type ListUntrackedFilePathsResponseResponse = UntrackedFilePath[];