mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-27 06:12:05 -07:00
refactor: migrate shared type imports
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { appendLogLine, resolveDefaultLogFilePath as resolveSharedDefaultLogFilePath } from './shared/log-files';
|
||||
import {
|
||||
appendLogLine,
|
||||
resolveDefaultLogFilePath as resolveSharedDefaultLogFilePath,
|
||||
} from './shared/log-files';
|
||||
|
||||
export type LogLevel = 'debug' | 'info' | 'warn' | 'error';
|
||||
export type LogLevelSource = 'cli' | 'config';
|
||||
|
||||
Reference in New Issue
Block a user