Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Continent Object

Properties

Name Type Description
name string

Continent name.

code string

Continent two letter code.

Examples

JSON

{
    "name": "Europe",
    "code": "EU"
}