This commit is contained in:
2023-12-01 14:55:13 +01:00
parent 6550d6973e
commit bc58196804
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Socket } from 'socket.io-client';
import Station from '../scripts/interfaces/Station';
import { API, GithubAPI, Websocket } from '../typings/api';
import { API, Websocket } from '../typings/api';
import { Status } from '../typings/common';
export type Availability = 'default' | 'unavailable' | 'nonPublic' | 'abandoned' | 'nonDefault';