mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-09 16:19:25 -07:00
refactor: split shared type entrypoints
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { AnkiConnectConfig } from './types/anki';
|
||||
import {
|
||||
AnkiConnectConfig,
|
||||
RuntimeOptionApplyResult,
|
||||
RuntimeOptionId,
|
||||
RuntimeOptionState,
|
||||
RuntimeOptionValue,
|
||||
SubtitleStyleConfig,
|
||||
} from './types';
|
||||
} from './types/runtime-options';
|
||||
import { SubtitleStyleConfig } from './types/subtitle';
|
||||
import { RUNTIME_OPTION_REGISTRY, RuntimeOptionRegistryEntry } from './config';
|
||||
|
||||
type RuntimeOverrides = Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user