You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+
```ts
6
+
7
+
//@internal (undocumented)
8
+
exportinterface_IInternalThing {
9
+
// (undocumented)
10
+
title:string;
11
+
}
12
+
13
+
// @public (undocumented)
14
+
exportclassMyClass {
15
+
//@internal (undocumented)
16
+
get _thing():_IInternalThing;
17
+
// Warning: (ae-incompatible-release-tags) The symbol "_thing" is marked as @public, but its signature references "_IInternalThing" which is marked as @internal
18
+
set _thing(value:_IInternalThing);
19
+
}
20
+
21
+
22
+
// (No @packageDocumentation comment for this package)
0 commit comments