Preparing search index...
The search index is not available
@notidotbot/noti-api-client
@notidotbot/noti-api-client
Prisma
DropCreateInput
Type Alias DropCreateInput
Drop
Create
Input
:
{
createdAt
?:
Date
|
string
;
dbId
?:
string
;
description
?:
string
|
null
;
dropId
:
string
;
endsAt
:
Date
|
string
;
game
?:
DropGameCreateNestedOneWithoutDropsInput
;
imageUrl
?:
string
|
null
;
name
:
string
;
organizationId
?:
string
|
null
;
organizationName
?:
string
|
null
;
organizationUrl
?:
string
|
null
;
platform
:
PlatformEnum
;
platformData
?:
Prisma
.
NullableJsonNullValueInput
|
InputJsonValue
;
sentDrops
?:
SentDropCreateNestedManyWithoutDropInput
;
startsAt
:
Date
|
string
;
status
:
string
;
updatedAt
?:
Date
|
string
;
url
?:
string
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notidotbot/noti-api-client
Loading...