zendesk-messaging-client
    Preparing search index...

    Type Alias Links

    Previous and next page links, if they exist.

    type Links = {
        next?: string;
        prev?: string;
    }
    Index

    Properties

    Properties

    next?: string

    A link to the next page. Not specified if there are no subsequent pages.

    prev?: string

    A link to the previous page. Not specified if there are no previous pages.