diff --git a/src/internal/types.ts b/src/internal/types.ts index c56e6ea0e7..ff44ffcb24 100644 --- a/src/internal/types.ts +++ b/src/internal/types.ts @@ -193,7 +193,6 @@ export interface Observer { * the consumer has unsubscribed. * * For more info, please refer to {@link guide/glossary-and-semantics#error this guide}. - * @param err */ error: (err: any) => void; /**