DisBot
Preparing search index...
prisma
Prisma
GuildLoggingCreateManyArgs
Type Alias GuildLoggingCreateManyArgs<ExtArgs>
GuildLogging createMany
type
GuildLoggingCreateManyArgs
<
ExtArgs
extends
InternalArgs
=
DefaultArgs
>
=
{
data
:
GuildLoggingCreateManyInput
|
GuildLoggingCreateManyInput
[]
;
skipDuplicates
?:
boolean
;
}
Type Parameters
ExtArgs
extends
InternalArgs
=
DefaultArgs
Index
Properties
data
skip
Duplicates?
Properties
data
data
:
GuildLoggingCreateManyInput
|
GuildLoggingCreateManyInput
[]
The data used to create many GuildLoggings.
Optional
skip
Duplicates
skipDuplicates
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
skip
Duplicates
DisBot
Loading...
GuildLogging createMany