forked from MapComplete/MapComplete
Explicitly type MapRoulette challenge
This commit is contained in:
parent
5c2823287a
commit
d4085d608b
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