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

    Interface Country

    interface Country {
        code: string;
        name: string;
    }
    Index

    Properties

    Properties

    code: string
    name: string