@ipregistry/client
    Preparing search index...

    Interface Currency

    interface Currency {
        code: string | null;
        format: CurrencyFormat;
        name: string | null;
        name_native: string | null;
        plural: string | null;
        plural_native: string | null;
        symbol: string | null;
        symbol_native: string | null;
    }
    Index

    Properties

    code: string | null
    name: string | null
    name_native: string | null
    plural: string | null
    plural_native: string | null
    symbol: string | null
    symbol_native: string | null