Loading mobile/src/infrastructure/models/prod/activity_model.ts +7 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,11 @@ export interface ActivityModel { closeAt: number; startDate: Date | null; endDate: Date | null; categories?: TagModel[]; } export interface TagModel { idCategory: number; language: string; name: string; } Loading
mobile/src/infrastructure/models/prod/activity_model.ts +7 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,11 @@ export interface ActivityModel { closeAt: number; startDate: Date | null; endDate: Date | null; categories?: TagModel[]; } export interface TagModel { idCategory: number; language: string; name: string; }