diff --git a/src/enum/prelude.ts b/src/enum/prelude.ts index 20387ae..de341af 100644 --- a/src/enum/prelude.ts +++ b/src/enum/prelude.ts @@ -282,8 +282,6 @@ export interface Option { /** * Represents the absence of a value, as a specialized `Option` type. * The type parameter is set to `never` because `None` does not hold a value. - * - * @extends {Option} Extends the generic `Option` type with `never` to denote no value. */ export interface None extends Option { /**