mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix unit tests and refactor types
This commit is contained in:
parent
decebc25c7
commit
fea21b5057
75 changed files with 908 additions and 501 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { Subject } from 'rxjs';
|
||||
|
||||
import { StatusEnum } from '../StatusEnum';
|
||||
import { StatusEnum } from '../interfaces/StatusEnum';
|
||||
import { KeepAliveService } from './KeepAliveService';
|
||||
import { CLIENT_OPTIONS } from '../config';
|
||||
import type { ConnectTarget } from '../WebClientConfig';
|
||||
import type { ConnectTarget } from '../interfaces/WebClientConfig';
|
||||
|
||||
export interface WebSocketServiceConfig {
|
||||
keepAliveFn: (pingReceived: () => void) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue