jeeves-meta-monorepo
    Preparing search index...

    Type Alias ProgressReporterConfig

    type ProgressReporterConfig = {
        gatewayApiKey?: string;
        gatewayUrl: string;
        reportChannel?: string;
        serverBaseUrl?: string;
    }
    Index

    Properties

    gatewayApiKey?: string
    gatewayUrl: string
    reportChannel?: string

    Gateway channel target (platform-agnostic). If unset, reporting is disabled.

    serverBaseUrl?: string

    Optional base URL for the service, used to construct entity links.