Coda by Ian Macalinao
    Preparing search index...

    Type Alias RemovePluginV1InstructionData

    type RemovePluginV1InstructionData = {
        discriminator: number;
        removePluginV1Args: RemovePluginV1Args;
    }
    Index

    Properties

    discriminator: number
    removePluginV1Args: RemovePluginV1Args

    The type of plugin to remove.