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

    Type Alias ExternalAgentConfigImportItemTypeSuccess

    type ExternalAgentConfigImportItemTypeSuccess = {
        cwd: string | null;
        itemType: ExternalAgentConfigMigrationItemType;
        source: string | null;
        target: string | null;
    }
    Index

    Properties

    cwd: string | null
    source: string | null
    target: string | null