Interface ILinks

interface ILinks {
    collection: {
        href: string;
    };
    next: {
        href: string;
    };
    open: {
        href: string;
    };
    prev: {
        href: string;
    };
    self: {
        href: string;
    };
    thumbnail: {
        href: string;
    };
}

Properties

collection: {
    href: string;
}

Type declaration

  • href: string
next: {
    href: string;
}

Type declaration

  • href: string
open: {
    href: string;
}

Type declaration

  • href: string
prev: {
    href: string;
}

Type declaration

  • href: string
self: {
    href: string;
}

Type declaration

  • href: string
thumbnail: {
    href: string;
}

Type declaration

  • href: string