Interface IOAIListIdentifiersRequestParamsInterface

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

Properties

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

Generated using TypeDoc