Type Alias CompoundPath

CompoundPath: Path & {
    kind: "compound";
    segments: ReadonlyArray<Path>;
}