Linting and fixint errors

This commit is contained in:
ajnart
2022-12-17 00:28:46 +09:00
parent 63f9949475
commit 786ef505b4
20 changed files with 99 additions and 103 deletions

View File

@@ -47,6 +47,6 @@ export interface BitTorrentIntegrationType extends TileBaseType {
};
}
export interface UseNetIntegrationType extends TileBaseType {}
export type UseNetIntegrationType = TileBaseType;
export interface TorrentNetworkTrafficIntegrationType extends TileBaseType {}
export type TorrentNetworkTrafficIntegrationType = TileBaseType;