@musallam/firefly-client
    Preparing search index...

    Interface Links

    Collection of hypermedia links for pagination, navigation, etc.

    interface Links {
        next?: Link;
        page?: Link;
    }
    Index

    Properties

    Properties

    next?: Link
    page?: Link