1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 12:45:17 +02:00

Add StravaActivity and Activity types to types.ts

- Introduced StravaActivity type to represent detailed activity data from Strava.
- Added Activity type to encapsulate user activities, including optional trail and GPX file information.
- Updated Location type to include an array of activities associated with each visit.
This commit is contained in:
Sean Morley 2025-08-03 13:41:57 -04:00
parent c7ff8f4bc7
commit 5046bd49f7
13 changed files with 1626 additions and 255 deletions

View file

@ -15,4 +15,5 @@ from .attachment_view import *
from .lodging_view import *
from .recommendations_view import *
from .import_export_view import *
from .trail_view import *
from .trail_view import *
from .activity_view import *