mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 00:29:06 +02:00
Update jsdoc defs for models
This commit is contained in:
parent
e0dae44c7d
commit
1187f91063
4 changed files with 50 additions and 17 deletions
|
@ -4,7 +4,7 @@ class Podcast extends Model {
|
|||
constructor(values, options) {
|
||||
super(values, options)
|
||||
|
||||
/** @type {UUIDV4} */
|
||||
/** @type {string} */
|
||||
this.id
|
||||
/** @type {string} */
|
||||
this.title
|
||||
|
@ -42,9 +42,9 @@ class Podcast extends Model {
|
|||
this.maxEpisodesToKeep
|
||||
/** @type {string} */
|
||||
this.coverPath
|
||||
/** @type {Object} */
|
||||
/** @type {string[]} */
|
||||
this.tags
|
||||
/** @type {Object} */
|
||||
/** @type {string[]} */
|
||||
this.genres
|
||||
/** @type {Date} */
|
||||
this.createdAt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue