Skip to main content
Module

x/dance/interfaces.ts

πŸ¦• Module for Dance Fans πŸ’ƒπŸ•ΊπŸ‘―β€β™€οΈ. Providing Dance Events etc.
Latest
File
export interface ILocationOnEarthSurface { latitude: number longitude: number}
export interface IDanceEvent { id: string title: string imageName: string dances: string countryCode: string city: string street: string housenumber: string startDate: string startTime: string link: string lat: number lon: number}
export interface IDancing { countryCode: string dancing: string}