Eslint fixes

This commit is contained in:
Bill 2022-11-02 18:44:30 -04:00
parent 8e20920cab
commit 3424aa2784
667 changed files with 5893 additions and 5896 deletions

View File

@ -1,6 +1,3 @@
import { INitroManager } from '../../common';
export interface INitroCommunicationDemo extends INitroManager
{
}
export type INitroCommunicationDemo = INitroManager

View File

@ -1,4 +1,4 @@
import { IMessageDataWrapper } from "../../../../../../api";
import { IMessageDataWrapper } from '../../../../../../api';
export class RoomEventData
{