src/app/models/journey-store.ts
| activityId |
activityId: |
| bilanExerciseId |
bilanExerciseId: |
| journey |
journey: |
| launch |
launch: |
export class JourneyStore {
journey: string;
launch: boolean; // if true means that no need to make an lrs statement (take from localstorage)
activityId: number;
bilanExerciseId?: number;
}