Coda by Ian Macalinao
    Preparing search index...

    Type Alias ApprovePluginAuthorityV1Args

    Arguments for approvePluginAuthorityV1.

    type ApprovePluginAuthorityV1Args = {
        newAuthority: Authority;
        pluginType: PluginType;
    }
    Index

    Properties

    newAuthority: Authority

    The authority to grant management of the plugin.

    pluginType: PluginType

    The type of plugin whose authority is being set.