UNPKG

r2-opds-js

Version:

Readium 2 'opds' for NodeJS (TypeScript)

11 lines (10 loc) 428 B
import { IWithAdditionalJSON, JsonMap } from "r2-lcp-js/dist/es7-es2016/src/serializable"; import { OPDSAuthenticationLabels } from "./opds2-authentication-labels"; import { OPDSLink } from "./opds2-link"; export declare class OPDSAuthentication implements IWithAdditionalJSON { Type: string; Links: OPDSLink[]; Labels: OPDSAuthenticationLabels; AdditionalJSON: JsonMap; protected _OnDeserialized(): void; }