Skip to content

Commit fcc8586

Browse files
committed
Remove redundant comments from Type interface
To fix build:web
1 parent eaf458b commit fcc8586

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/common/src/Type.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ export interface Type<
253253
*
254254
* - When you need to convert a validation result to a nullable value
255255
* - When the error is not important and you just want the value or nothing
256-
* - APIs that expect `T` or `null`
257256
*
258257
* ### Example
259258
*
@@ -370,8 +369,6 @@ export interface Type<
370369
readonly ParentError: ParentError;
371370

372371
/**
373-
* Error / ParentError
374-
*
375372
* ### Example
376373
*
377374
* ```ts
@@ -461,7 +458,7 @@ export type InferParentError<A extends AnyType> =
461458
: never;
462459

463460
/**
464-
* Extracts all error types (Error / ParentError) from a {@link Type}.
461+
* Extracts all error types from a {@link Type}.
465462
*
466463
* @category Utilities
467464
*/

0 commit comments

Comments
 (0)