ping-identity
    Preparing search index...

    Type Alias BrowserResult

    BrowserResult:
        | { type: "success"; url: string }
        | { type: "cancel" }
        | { type: string & {}; [key: string]: unknown }

    Result of a browser launch.