UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

7 lines (6 loc) 164 B
import { Link } from "./publication-link"; export interface IPublicationCollection { Role: string; Links: Link[]; Children: IPublicationCollection[]; }