add api report

Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
Christopher Diaz
2024-06-07 12:17:27 -04:00
committed by Fredrik Adelöw
parent acb3c93b4c
commit d9772b13cb
2 changed files with 6 additions and 0 deletions
@@ -18,6 +18,7 @@
* The logs backend module for the catalog plugin.
*
* @packageDocumentation
* @public
*/
export { catalogModuleLogs as default } from './module';
@@ -14,6 +14,11 @@
* limitations under the License.
*/
/**
* Logs catalog errors from events.
*
* @public
*/
import {
coreServices,
createBackendModule,