export interface Location {
    readonly directory: string;
    readonly project: {
        readonly directory: string;
    };
}
