Coda by Ian Macalinao
    Preparing search index...

    Type Alias ApproveCollectionPluginAuthorityV1ArgsArgs

    type ApproveCollectionPluginAuthorityV1ArgsArgs = {
        newAuthority: AuthorityArgs;
        pluginType: PluginTypeArgs;
    }
    Index

    Properties

    newAuthority: AuthorityArgs

    The authority to grant management of the plugin.

    pluginType: PluginTypeArgs

    The type of plugin whose authority is being set.