Skip to content

Commit

Permalink
AUTOMATION: Generated new typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndla-at-knowit committed Nov 20, 2024
1 parent 56d46b6 commit 892c9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typescript/types-backend/learningpath-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export interface ILearningPathSummaryV2 {
coverPhotoUrl?: string
duration?: number
status: string
created: string
lastUpdated: string
tags: ILearningPathTags
copyright: ICopyright
Expand Down Expand Up @@ -88,6 +89,7 @@ export interface ILearningPathV2 {
duration?: number
status: string
verificationStatus: string
created: string
lastUpdated: string
tags: ILearningPathTags
copyright: ICopyright
Expand Down

0 comments on commit 892c9ae

Please sign in to comment.