We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f2170 commit 4690cd2Copy full SHA for 4690cd2
app/models/crate.js
@@ -13,7 +13,7 @@ export default class Crate extends Model {
13
/**
14
* This is the default version that will be shown when visiting the crate
15
* details page. Note that this value can be `null`, which may be unexpected.
16
- * @return {string}
+ * @type {string | null}
17
*/
18
@attr default_version;
19
@attr yanked;
0 commit comments