Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateExternalPluginAdapterV1InstructionData

    type UpdateExternalPluginAdapterV1InstructionData = {
        discriminator: number;
        updateExternalPluginAdapterV1Args: UpdateExternalPluginAdapterV1Args;
    }
    Index

    Properties

    discriminator: number
    updateExternalPluginAdapterV1Args: UpdateExternalPluginAdapterV1Args

    Identifies the adapter to update and the fields to change.