mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
run prettier
This commit is contained in:
@@ -3,8 +3,12 @@ import type {
|
||||
createStartNumericShortcutSessionHandler,
|
||||
} from './numeric-shortcut-session-handlers';
|
||||
|
||||
type CancelNumericShortcutSessionMainDeps = Parameters<typeof createCancelNumericShortcutSessionHandler>[0];
|
||||
type StartNumericShortcutSessionMainDeps = Parameters<typeof createStartNumericShortcutSessionHandler>[0];
|
||||
type CancelNumericShortcutSessionMainDeps = Parameters<
|
||||
typeof createCancelNumericShortcutSessionHandler
|
||||
>[0];
|
||||
type StartNumericShortcutSessionMainDeps = Parameters<
|
||||
typeof createStartNumericShortcutSessionHandler
|
||||
>[0];
|
||||
|
||||
export function createBuildCancelNumericShortcutSessionMainDepsHandler(
|
||||
deps: CancelNumericShortcutSessionMainDeps,
|
||||
|
||||
Reference in New Issue
Block a user