File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ const {Client} = require('../client');
4
4
/**
5
5
* A recursive type that makes all properties of an object optional, including nested objects.
6
6
* @template T
7
- * @typedef {object } RecursivePartial
8
- * @property {Partial<{[K in keyof T]: RecursivePartial<T[K]>}> } [key] - A recursive partial property of T.
7
+ * @typedef {Partial<{[K in keyof T]: RecursivePartial<T[K]>}> } RecursivePartial
9
8
*/
10
9
11
10
/**
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ const {Client} = require('../client');
4
4
/**
5
5
* A recursive type that makes all properties of an object optional, including nested objects.
6
6
* @template T
7
- * @typedef {object } RecursivePartial
8
- * @property {Partial<{[K in keyof T]: RecursivePartial<T[K]>}> } [key] - A recursive partial property of T.
7
+ * @typedef {Partial<{[K in keyof T]: RecursivePartial<T[K]>}> } RecursivePartial
9
8
*/
10
9
11
10
/**
You can’t perform that action at this time.
0 commit comments