change import to import type

This commit is contained in:
Sergii KLiuchnyk 2023-01-06 11:09:48 +02:00
parent 6bbfba97d5
commit 0d0cf63133

View File

@ -1,4 +1,4 @@
import {Server, ServerOptions} from 'ws';
import type {Server, ServerOptions} from 'ws';
export interface IConfig {
readonly host: string;