Type alias TPolygonRanking

TPolygonRanking: {
    entranceNodeId: string;
    polygonId: string;
    score: number;
}

Type declaration

  • entranceNodeId: string
  • polygonId: string
  • score: number