mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 02:06:21 +01:00
Linting and fixint errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user