remove extra package documentation tags

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-09-25 15:36:38 +02:00
parent a7ab05267a
commit 64dd202dc4
2 changed files with 0 additions and 7 deletions
@@ -34,7 +34,6 @@ interface EventsParamsWithPayload extends EventParams {
/**
* A catalog module that logs catalog errors using the logger service.
*
* @packageDocumentation
* @public
*/
export const catalogModuleLogs = createBackendModule({
-6
View File
@@ -23,12 +23,6 @@
// In this package you might for example export functions that
// help other plugins or modules interact with your plugin.
/**
* Node.js library for the kubernetes plugin.
*
* @packageDocumentation
*/
export * from './extensions';
export * from './types';
export * from './auth';