opencage-api-client
    Preparing search index...

    United Nations Code for Trade and Transport Locations

    interface UNLOCODE {
        code: string;
        date: string;
        function: Record<string, any>;
        meaning: string[];
        raw: string;
    }
    Index

    Properties

    code: string
    date: string
    function: Record<string, any>
    meaning: string[]
    raw: string