Preparing search index...
The search index is not available
ask-and-trust - v2.4.0
ask-and-trust
frontend/src/types/types
QuestionUpdate
Interface QuestionUpdate
interface
QuestionUpdate
{
answers
?:
{
value
:
string
;
}
[]
;
id
:
number
;
survey
:
{
id
:
number
;
}
;
title
?:
string
;
type
?:
QuestionType
;
}
Index
Properties
answers?
id
survey
title?
type?
Properties
Optional
answers
answers
?:
{
value
:
string
;
}
[]
Type declaration
value
:
string
id
id
:
number
survey
survey
:
{
id
:
number
;
}
Type declaration
id
:
number
Optional
title
title
?:
string
Optional
type
type
?:
QuestionType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
answers
id
survey
title
type
ask-and-trust - v2.4.0
Loading...