Interface representing a landmark object View Source src/hooks/useLandmarks.ts, line 213 Members Type: Array | null # comments Optional User comments associated with this landmark. View Source src/hooks/useLandmarks.ts, line 259 Type: string | null # description Optional The landmark's description. View Source src/hooks/useLandmarks.ts, line 253 Type: string | null # id Optional The id of the landmark. View Source src/hooks/useLandmarks.ts, line 217 Type: number | null # landmark_type Optional An integer representing the type of this landmark. View Source src/hooks/useLandmarks.ts, line 265 Type: number | null # latitude Optional The latitude of the landmark's location. View Source src/hooks/useLandmarks.ts, line 241 Type: number | null # longitude Optional The longitude of the landmark's location. View Source src/hooks/useLandmarks.ts, line 235 Type: number | null # rating Optional The rating of the landmark. View Source src/hooks/useLandmarks.ts, line 223 Type: Date | null # time Optional A Date object representing when this landmark was created. View Source src/hooks/useLandmarks.ts, line 271 Type: string | null # title Optional The landmark's title. View Source src/hooks/useLandmarks.ts, line 247 Type: string | null # user Optional The id of the user who created the landmark. View Source src/hooks/useLandmarks.ts, line 229