@valon-technologies/gestalt
    Preparing search index...

    Interface StartRuntimeProviderResponse

    StartRuntimeProviderResponse confirms the protocol version the provider is serving after the optional runtime start phase.

    interface StartRuntimeProviderResponse {
        protocolVersion: number;
    }
    Index

    Properties

    Properties

    protocolVersion: number