forked from MapComplete/MapComplete
Explicitly type MapRoulette challenge
This commit is contained in:
parent
f5d1b47bda
commit
9f89f2a00b
2 changed files with 7 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue