export interface NotADirectory {
    readonly type: "not-a-directory";
    readonly path: string;
}
