@mywebapi.com/sdk - v0.1.0
    Preparing search index...

    Type Alias EnvironmentSelector

    EnvironmentSelector:
        | { env: "prod"
        | "staging" }
        | { apiBaseUrl: string; authority: string; env: "custom" }