Viktorani API - v0.0.8
Preparing search index...
db
Round
Interface Round
An ordered collection of questions that forms one section of a
Game
.
interface
Round
{
createdAt
:
number
;
description
:
string
;
id
:
string
;
name
:
string
;
questionIds
:
string
[]
;
}
Index
Properties
created
At
description
id
name
question
Ids
Properties
created
At
createdAt
:
number
description
description
:
string
id
id
:
string
name
name
:
string
question
Ids
questionIds
:
string
[]
Ordered array of
Question
IDs.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
description
id
name
question
Ids
Viktorani API - v0.0.8
Loading...
An ordered collection of questions that forms one section of a Game.