mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Added extra JSDocs
no issue
This commit is contained in:
parent
ccb485110b
commit
fbf9442e39
@ -32,6 +32,9 @@ class Urls {
|
|||||||
/**
|
/**
|
||||||
* @description Add a url to the system.
|
* @description Add a url to the system.
|
||||||
* @param {Object} options
|
* @param {Object} options
|
||||||
|
* @param {import('./Resource')} options.resource - instance of the Resource class
|
||||||
|
* @param {string} options.generatorId
|
||||||
|
* @param {string} options.url
|
||||||
*/
|
*/
|
||||||
add(options) {
|
add(options) {
|
||||||
const url = options.url;
|
const url = options.url;
|
||||||
|
Loading…
Reference in New Issue
Block a user