Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateCollectionExternalPluginAdapterV1InstructionData

    type UpdateCollectionExternalPluginAdapterV1InstructionData = {
        discriminator: number;
        updateCollectionExternalPluginAdapterV1Args: UpdateCollectionExternalPluginAdapterV1Args;
    }
    Index

    Properties

    discriminator: number
    updateCollectionExternalPluginAdapterV1Args: UpdateCollectionExternalPluginAdapterV1Args

    Identifies the adapter to update and the fields to change.