observation-js Documentation - v1.16.0
    Preparing search index...

    Interface CountryList

    interface CountryList {
        next: string | null;
        previous: string | null;
        results: Country[];
    }
    Index

    Properties

    Properties

    next: string | null
    previous: string | null
    results: Country[]