Fix lint issues

This commit is contained in:
Gregory Schier
2024-09-06 10:59:14 -07:00
parent c02aa4f2d0
commit 0c8953c471
6 changed files with 13 additions and 12 deletions

View File

@@ -43,6 +43,8 @@ export * from './gen/InternalEvent';
export * from './gen/InternalEventPayload';
export * from './gen/KeyValue';
export * from './gen/Model';
export * from './gen/PluginBootRequest';
export * from './gen/PluginBootResponse';
export * from './gen/RenderHttpRequestRequest';
export * from './gen/RenderHttpRequestResponse';
export * from './gen/RenderPurpose';