Skip to content

Commit

Permalink
doc: link option with type
Browse files Browse the repository at this point in the history
  • Loading branch information
som-sm committed Dec 31, 2024
1 parent 64e4316 commit bb180f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/partial-deep.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type {BuiltIns} from './internal';

/**
@see PartialDeep
@see {@link PartialDeep}
*/
export type PartialDeepOptions = {
/**
Expand Down Expand Up @@ -74,6 +74,8 @@ const partialSettings: PartialDeep<Settings, {recurseIntoArrays: true}> = {
};
```
@see {@link PartialDeepOptions}
@category Object
@category Array
@category Set
Expand Down

0 comments on commit bb180f4

Please sign in to comment.