ParseLinkResult: {
    href: string;
    type: "external";
} | {
    name: string;
    path: string;
    position: PositionState | null;
    type: "internal";
}