AuthorityManagedPluginArgsV2: {
    type: "Royalties";
} & RoyaltiesArgs | {
    type: "UpdateDelegate";
} & UpdateDelegateArgs | {
    type: "Attributes";
} & AttributesArgs | {
    type: "MasterEdition";
} & MasterEditionArgs | {
    type: "ImmutableMetadata";
} | {
    type: "AddBlocker";
} | {
    type: "VerifiedCreators";
} & VerifiedCreatorsArgs

Generated using TypeDoc