Interface IOAIGetRecordRequestParamsInterface

interface IOAIGetRecordRequestParamsInterface {
    identifier: string;
    metadataPrefix: string;
}

Properties

identifier: string
metadataPrefix: string

Generated using TypeDoc