diff --git a/typescript/types-backend/learningpath-api.ts b/typescript/types-backend/learningpath-api.ts index fa53b41016..df872f447b 100644 --- a/typescript/types-backend/learningpath-api.ts +++ b/typescript/types-backend/learningpath-api.ts @@ -56,6 +56,7 @@ export interface ILearningPathSummaryV2 { coverPhotoUrl?: string duration?: number status: string + created: string lastUpdated: string tags: ILearningPathTags copyright: ICopyright @@ -88,6 +89,7 @@ export interface ILearningPathV2 { duration?: number status: string verificationStatus: string + created: string lastUpdated: string tags: ILearningPathTags copyright: ICopyright