DisBot
Preparing search index...
prisma/runtime/library
UnwrapTuple
Type Alias UnwrapTuple<Tuple>
UnwrapTuple
:
{
[
K
in
keyof
Tuple
]
:
K
extends
`
${
number
}
`
?
Tuple
[
K
]
extends
PrismaPromise
<
infer
X
>
?
X
:
UnwrapPromise
<
Tuple
[
K
]
>
:
UnwrapPromise
<
Tuple
[
K
]
>
}
Type Parameters
Tuple
extends
readonly
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...