We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn docs
1 parent 6818b13 commit e483c33Copy full SHA for e483c33
api.md
@@ -230,13 +230,20 @@ interface MySubObject {
230
a: boolean;
231
}
232
233
+interface AnotherSubObject {
234
+ b: boolean;
235
+}
236
+
237
interface MyObject {
238
/**
239
* @title empty#
240
*/
241
empty;
-
242
+ /**
243
+ * @title filled
244
+ */
245
filled: MySubObject;
246
+ nonTitled: AnotherSubObject;
247
248
```
249
0 commit comments