UNPKG

@iiif/3d-manifesto-dev

Version:

IIIF Presentation API utility library for client and server with 3D extension

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