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

    Interface Region

    interface Region {
        id: number;
        name: string;
        slug: string;
        centroid: Point;
        parent: null | { id: number; name: string };
    }
    Index

    Properties

    id: number
    name: string
    slug: string
    centroid: Point
    parent: null | { id: number; name: string }