@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ConfigReadResponse

    type ConfigReadResponse = {
        config: Config;
        layers: ConfigLayer[] | null;
        origins: { [key in string]?: ConfigLayerMetadata };
    }
    Index

    Properties

    Properties

    config: Config
    layers: ConfigLayer[] | null
    origins: { [key in string]?: ConfigLayerMetadata }