UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

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