UNPKG

@iiif/3d-manifesto-dev

Version:

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

8 lines (7 loc) 154 B
export interface IAccessToken { accessToken: string; error: string; errorDescription: string; expiresIn: number; tokenType: string; }