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

    Interface IOAIListIdentifiersRequestParamsInterface

    interface IOAIListIdentifiersRequestParamsInterface {
        from?: string | Date;
        metadataPrefix?: string;
        resumptionToken?: string;
        set?: string;
        until?: string | Date;
    }
    Index

    Properties

    from?: string | Date
    metadataPrefix?: string
    resumptionToken?: string
    set?: string
    until?: string | Date