navcat docs
    Preparing search index...

    Type Alias GetPolyHeightResult

    type GetPolyHeightResult = {
        height: number;
        success: boolean;
    }
    Index

    Properties

    Properties

    height: number
    success: boolean