@nondef/ts-oai-pmh
    Preparing search index...

    Interface TOAIResumptionToken

    interface TOAIResumptionToken {
        completeListSize?: number;
        cursor?: number;
        expirationDate?: string;
        value: string;
    }
    Index

    Properties

    completeListSize?: number
    cursor?: number
    expirationDate?: string
    value: string