mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-30 18:12:08 -07:00
refactor: split shared type entrypoints
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { RuntimeOptionApplyResult, RuntimeOptionId, RuntimeOptionValue } from '../../types';
|
||||
import {
|
||||
RuntimeOptionApplyResult,
|
||||
RuntimeOptionId,
|
||||
RuntimeOptionValue,
|
||||
} from '../../types/runtime-options';
|
||||
|
||||
export interface RuntimeOptionsManagerLike {
|
||||
setOptionValue: (id: RuntimeOptionId, value: RuntimeOptionValue) => RuntimeOptionApplyResult;
|
||||
|
||||
Reference in New Issue
Block a user