Updated based on feedback

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-20 11:29:06 -05:00
parent 347aeca204
commit d29f591640
7 changed files with 22 additions and 8 deletions
+6
View File
@@ -14,5 +14,11 @@
* limitations under the License.
*/
/**
* Common types and permissions for the DevTools frontend and backend plugins.
*
* @packageDocumentation
*/
export * from './types';
export * from './permissions';