mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
/**
|
|
* A type definition.
|
|
* @name MyType
|
|
* @typedef {Object} MyType
|
|
* @property {number} prop1 - one property
|
|
* @property {string} prop2 - another property
|
|
*/
|
|
|