Files
Progetto-m152-Angular/src/app/interface/translations.ts
2023-04-25 15:02:40 +02:00

16 lines
303 B
TypeScript

export interface homeTranslations {
alertMessage: string;
translate: string;
searchButton: string;
searchPlaceholder: string;
menuPlaces: string;
}
export interface listTranslations {
translate: string;
locationName: string;
distance: string;
positionNotFoundErrorMessage: string;
}