DisBot
Preparing search index...
prisma
Prisma
PollOptionsUpdateInput
Type Alias PollOptionsUpdateInput
type
PollOptionsUpdateInput
=
{
Description
?:
StringFieldUpdateOperationsInput
|
string
;
Emoji
?:
NullableStringFieldUpdateOperationsInput
|
string
|
null
;
Label
?:
StringFieldUpdateOperationsInput
|
string
;
PollAnswers
?:
PollAnswersUpdateManyWithoutPollOptionsNestedInput
;
Polls
?:
PollsUpdateOneRequiredWithoutPollOptionsNestedInput
;
UserIds
?:
PollOptionsUpdateUserIdsInput
|
string
[]
;
UUID
?:
StringFieldUpdateOperationsInput
|
string
;
}
Index
Properties
Description?
Emoji?
Label?
Poll
Answers?
Polls?
User
Ids?
UUID?
Properties
Optional
Description
Description
?:
StringFieldUpdateOperationsInput
|
string
Optional
Emoji
Emoji
?:
NullableStringFieldUpdateOperationsInput
|
string
|
null
Optional
Label
Label
?:
StringFieldUpdateOperationsInput
|
string
Optional
Poll
Answers
PollAnswers
?:
PollAnswersUpdateManyWithoutPollOptionsNestedInput
Optional
Polls
Polls
?:
PollsUpdateOneRequiredWithoutPollOptionsNestedInput
Optional
User
Ids
UserIds
?:
PollOptionsUpdateUserIdsInput
|
string
[]
Optional
UUID
UUID
?:
StringFieldUpdateOperationsInput
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Description
Emoji
Label
Poll
Answers
Polls
User
Ids
UUID
DisBot
Loading...