Explicitly type MapRoulette challenge

This commit is contained in:
Pieter Vander Vennet 2024-05-13 18:45:43 +02:00
parent 5c2823287a
commit d4085d608b
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
import Constants from "../Models/Constants"
export interface MaprouletteTask {
name: string,
description: string,
instruction: string
}
export default class Maproulette {
public static readonly defaultEndpoint = "https://maproulette.org/api/v2"