Node.js SDK for digi.me
    Preparing search index...

    Interface Country

    interface Country {
        code?: string;
        id: number;
        name?: string;
        resource?: CountryResource;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • Country

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    code?: string
    id: number
    name?: string
    resource?: CountryResource