ExternalPluginAdapterKey: {
    baseAddress: PublicKey;
    type: "Oracle";
} | {
    dataAuthority: PluginAuthority;
    type: "DataStore";
} | {
    hookedProgram: PublicKey;
    type: "LifecycleHook";
}

Generated using TypeDoc