Type alias BaseExternalPluginAdapterUpdateInfoArgs

BaseExternalPluginAdapterUpdateInfoArgs: {
    __kind: "LifecycleHook";
    fields: [BaseLifecycleHookUpdateInfoArgs];
} | {
    __kind: "Oracle";
    fields: [BaseOracleUpdateInfoArgs];
} | {
    __kind: "DataStore";
    fields: [BaseDataStoreUpdateInfoArgs];
}

Generated using TypeDoc