Documentation
    Preparing search index...

    Interface RegionIndexResponse

    The response for a region index.

    interface RegionIndexResponse {
        _links: { self: Href };
        regions: { href: string }[];
    }

    Hierarchy

    • ResponseBase
      • RegionIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    regions: { href: string }[]