UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

7 lines (6 loc) 148 B
export interface IExternalResourceData { hasServiceDescriptor: boolean; id: string; index: number; profile: string | any[]; }