Documentation
    Preparing search index...

    Interface Region

    Represents a region to connect to.

    interface Region {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The region ID.

    name: string

    The region name.