@sudoplatform/sudo-email
    Preparing search index...

    Interface Pagination

    Pagination interface designed to be extended for list interfaces.

    Pagination

    interface Pagination {
        limit?: number;
        nextToken?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number

    Number of items to return. Will be defaulted if omitted.

    nextToken?: string

    A token generated by a previous call.