map-alliance/src/app/models/map.ts

4 lines
42 B
TypeScript
Raw Normal View History

2019-07-22 12:58:17 -04:00
export interface Map {
name: string
}