DisBot
Preparing search index...
prisma
Prisma
GuildSecurityUpsertWithoutGuildsInput
Type Alias GuildSecurityUpsertWithoutGuildsInput
type
GuildSecurityUpsertWithoutGuildsInput
=
{
create
:
XOR
<
GuildSecurityCreateWithoutGuildsInput
,
GuildSecurityUncheckedCreateWithoutGuildsInput
,
>
;
update
:
XOR
<
GuildSecurityUpdateWithoutGuildsInput
,
GuildSecurityUncheckedUpdateWithoutGuildsInput
,
>
;
where
?:
GuildSecurityWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
GuildSecurityCreateWithoutGuildsInput
,
GuildSecurityUncheckedCreateWithoutGuildsInput
,
>
update
update
:
XOR
<
GuildSecurityUpdateWithoutGuildsInput
,
GuildSecurityUncheckedUpdateWithoutGuildsInput
,
>
Optional
where
where
?:
GuildSecurityWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...