@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface CodesApiGetCodeMapsExportRequest

    Request parameters for getCodeMapsExport operation in CodesApi.

    interface CodesApiGetCodeMapsExportRequest {
        destinationCode?: string;
        destinationCodingStandard?: string[];
        sourceCode?: string;
        sourceCodingStandard?: string[];
    }
    Index

    Properties

    destinationCode?: string
    destinationCodingStandard?: string[]
    sourceCode?: string
    sourceCodingStandard?: string[]