JSDoc Type Generator v2.0.4
This tool will generate JSDoc types for valid JSON inserted into the textarea.
/**
* @typedef {object} root
* @property {string} sampleString
* @property {number} sampleNumber
* @property {boolean} sampleBoolean
* @property {sampleObject} sampleObject
* @property {string[]} sampleArray
*/
/**
* @typedef {object} sampleObject
* @property {string} key
*/