DisBot
Preparing search index...
prisma
Prisma
GetGuildTwitchNotificationsAggregateType
Type Alias GetGuildTwitchNotificationsAggregateType<T>
GetGuildTwitchNotificationsAggregateType
:
{
[
P
in
keyof
T
&
keyof
AggregateGuildTwitchNotifications
]
:
P
extends
|
"_count"
|
"count"
?
T
[
P
]
extends
true
?
number
:
GetScalarType
<
T
[
P
]
,
AggregateGuildTwitchNotifications
[
P
]
>
:
GetScalarType
<
T
[
P
]
,
AggregateGuildTwitchNotifications
[
P
]
>
}
Type Parameters
T
extends
GuildTwitchNotificationsAggregateArgs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...