File

src/app/models/journey-store.ts

Properties

activityId
activityId: number
bilanExerciseId
bilanExerciseId: number
journey
journey: string
launch
launch: boolean
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;
}

results matching ""

    No results matching ""