| 46 | } |
| 47 | |
| 48 | export class StopObject implements Stop { |
| 49 | id!: string; |
| 50 | visitDate!: Timestamp; |
| 51 | mood: number = 1; |
| 52 | blogText: string = ''; |
| 53 | image!: string; |
| 54 | location!: Geolocation; |
| 55 | type: StopType | string = 'STOP'; |
| 56 | title: string = ''; |
| 57 | } |
nothing calls this directly
no outgoing calls
no test coverage detected