mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
refactor: use type imports
This commit is contained in:
committed by
Carlos Valente
parent
960f0322ad
commit
b4caec0644
@@ -2,7 +2,7 @@ import { LogOrigin } from 'ontime-types';
|
||||
|
||||
import type { Server } from 'http';
|
||||
import { networkInterfaces } from 'os';
|
||||
import { AddressInfo } from 'net';
|
||||
import type { AddressInfo } from 'net';
|
||||
|
||||
import { isDocker, isProduction } from '../externals.js';
|
||||
import { logger } from '../classes/Logger.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Argument } from 'node-osc';
|
||||
import type { Argument } from 'node-osc';
|
||||
import { splitWhitespace } from 'ontime-utils';
|
||||
|
||||
export function stringToOSCArgs(argsString: string | undefined): Argument[] {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Response } from 'express';
|
||||
import type { Response } from 'express';
|
||||
|
||||
import { isEmptyObject } from './parserUtils.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user