nuxt-start/types/PlaceType.d.ts
2025-01-01 11:15:54 +01:00

12 lines
225 B
TypeScript

interface PlaceType {
id: String,
icon: String,
name: String,
address: String,
price: String,
input: String,
office_place: String,
sort_order: String,
shortname: String,
color: String
}