opds-ts - v1.0.3
    Preparing search index...

    Interface Link

    interface Link {
        attrs?: Record<string, string>;
        href: string;
        properties?: Record<string, string | number | boolean>;
        rel: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    attrs?: Record<string, string>
    href: string
    properties?: Record<string, string | number | boolean>
    rel: string
    title?: string
    type?: string