docs(Embed): Ensure height and width are numbers (#8396)

This commit is contained in:
Jiralite
2022-07-30 10:39:15 +01:00
committed by GitHub
parent d070de6da7
commit fca3dada2a

View File

@@ -73,8 +73,8 @@ class Embed {
* @typedef {Object} EmbedAssetData
* @property {?string} url The URL of the image
* @property {?string} proxyURL The proxy URL of the image
* @property {?string} height The height of the image
* @property {?string} width The width of the image
* @property {?number} height The height of the image
* @property {?number} width The width of the image
*/
/**