mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 18:31:54 +00:00
remove subtype and also inputmode for numbers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { UnionSelectKey, unionSelectKey } from "../config/config-types";
|
||||
import { InputSpec, matchInputSpec, threads } from "./output";
|
||||
import { InputSpec, matchInputSpec } from "./output";
|
||||
|
||||
export type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends <G>() => G extends U ? 1 : 2
|
||||
? Y
|
||||
|
||||
Reference in New Issue
Block a user