CCNA_Autofill/types/Answer.d.js
Snoweuph 83359af04a
All checks were successful
QS / QS (push) Successful in 7s
Moved to Template
2024-12-21 16:09:09 +01:00

5 lines
104 B
JavaScript

/**
* @typedef {Object} Answer
* @property {string} question
* @property {Array<string>} answers
*/