Fix ImageInformationResponse typedef
`TileInfo` should be an array to conform to https://iiif.io/api/image
This commit is contained in:
@@ -40,7 +40,7 @@ import {includes} from '../array.js';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>|TileInfo>}
|
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>|Array<TileInfo>>}
|
||||||
* ImageInformationResponse
|
* ImageInformationResponse
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user