Preparing search index...
The search index is not available
ask-and-trust - v2.4.0
ask-and-trust
frontend/src/types/types
Survey
Interface Survey
interface
Survey
{
category
:
{
id
:
string
;
name
:
string
;
}
;
description
:
string
;
hasAnswers
:
boolean
;
id
:
number
;
public
:
boolean
;
questions
:
Question
[]
;
status
:
SurveyStatusType
;
title
:
string
;
user
:
User
;
}
Index
Properties
category
description
has
Answers
id
public
questions
status
title
user
Properties
category
category
:
{
id
:
string
;
name
:
string
;
}
Type declaration
id
:
string
name
:
string
description
description
:
string
has
Answers
has
Answers
:
boolean
id
id
:
number
public
public
:
boolean
questions
questions
:
Question
[]
status
status
:
SurveyStatusType
title
title
:
string
user
user
:
User
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
category
description
has
Answers
id
public
questions
status
title
user
ask-and-trust - v2.4.0
Loading...