interface SubProjPath {
    hit?: boolean;
    location: string;
    matches?: string[];
}

Properties

hit?: boolean
location: string
matches?: string[]

Generated using TypeDoc