@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias SatelliteTemplatePayload

    type SatelliteTemplatePayload = {
        auth_config?: SatelliteAuthConfig;
        auth_type?: SatelliteAuthType;
        description?: SatelliteLocaleText;
        health_check_url?: string;
        icon?: string;
        id: string;
        jsonrpc_endpoint_url: string;
        label?: SatelliteLocaleText;
        logs_url?: string;
        timeout_ms?: number;
    }
    Index

    Properties

    auth_config?: SatelliteAuthConfig
    auth_type?: SatelliteAuthType
    description?: SatelliteLocaleText
    health_check_url?: string
    icon?: string
    id: string
    jsonrpc_endpoint_url: string
    logs_url?: string
    timeout_ms?: number