Saxonberg Server API
    Preparing search index...

    Type Alias UnlinkResult

    UnlinkResult:
        | { status: "unlinked" }
        | { status: "not-linked" }
        | { message: string; status: "only-provider" }

    Outcome of Application.unlinkProvider. only-provider carries the at-least-one-invariant message.