Type alias ApproveCollectionPluginAuthorityV1InstructionArgs

ApproveCollectionPluginAuthorityV1InstructionArgs: {
    newAuthority: BasePluginAuthority;
    pluginType: PluginType;
}

Type declaration

Generated using TypeDoc