Interface

Landmark

Landmark

Interface representing a landmark object

View Source src/hooks/useLandmarks.ts, line 213

Members

Array | null

# comments Optional

User comments associated with this landmark.

View Source src/hooks/useLandmarks.ts, line 259

string | null

# description Optional

The landmark's description.

View Source src/hooks/useLandmarks.ts, line 253

string | null

# id Optional

The id of the landmark.

View Source src/hooks/useLandmarks.ts, line 217

number | null

# landmark_type Optional

An integer representing the type of this landmark.

View Source src/hooks/useLandmarks.ts, line 265

number | null

# latitude Optional

The latitude of the landmark's location.

View Source src/hooks/useLandmarks.ts, line 241

number | null

# longitude Optional

The longitude of the landmark's location.

View Source src/hooks/useLandmarks.ts, line 235

number | null

# rating Optional

The rating of the landmark.

View Source src/hooks/useLandmarks.ts, line 223

Date | null

# time Optional

A Date object representing when this landmark was created.

View Source src/hooks/useLandmarks.ts, line 271

string | null

# title Optional

The landmark's title.

View Source src/hooks/useLandmarks.ts, line 247

string | null

# user Optional

The id of the user who created the landmark.

View Source src/hooks/useLandmarks.ts, line 229