@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface Region

    interface Region {
        border: Location[];
        interiors: Location[][];
        name: string;
    }
    Index

    Properties

    Properties

    border: Location[]
    interiors: Location[][]
    name: string