DisBot
Preparing search index...
prisma/runtime/library
PayloadToResult
Type Alias PayloadToResult<P, O>
PayloadToResult
:
{
[
K
in
keyof
O
]
?:
O
[
K
]
[
K
]
extends
any
[]
?
PayloadToResult
<
O
[
K
]
[
K
]
[
number
]
>
[]
:
O
[
K
]
[
K
]
extends
object
?
PayloadToResult
<
O
[
K
]
[
K
]
>
:
O
[
K
]
[
K
]
}
Type Parameters
P
O
extends
Record
<
any
,
any
>
=
RenameAndNestPayloadKeys
<
P
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...