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