Skip to content

Commit e483c33

Browse files
authored
Update Api Docs with newest version created by yarn docs (#545)
1 parent 6818b13 commit e483c33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,20 @@ interface MySubObject {
230230
a: boolean;
231231
}
232232

233+
interface AnotherSubObject {
234+
b: boolean;
235+
}
236+
233237
interface MyObject {
234238
/**
235239
* @title empty#
236240
*/
237241
empty;
238-
242+
/**
243+
* @title filled
244+
*/
239245
filled: MySubObject;
246+
nonTitled: AnotherSubObject;
240247
}
241248
```
242249

0 commit comments

Comments
 (0)