generated from Userscripts/Template
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
/**
|
||
|
* @typedef {Object} Answer
|
||
|
* @property {string} question
|
||
|
* @property {Array<string>} answers
|
||
|
*/
|