ExternalPluginAdapterKey: {
    hookedProgram: PublicKey;
    type: "LifecycleHook";
} | {
    baseAddress: PublicKey;
    type: "Oracle";
} | {
    dataAuthority: PluginAuthority;
    type: "AppData";
} | {
    dataAuthority: PublicKey;
    type: "LinkedLifecycleHook";
} | {
    dataAuthority: PluginAuthority;
    type: "LinkedAppData";
} | {
    parentKey: LinkedDataKey;
    type: "DataSection";
}

Generated using TypeDoc