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 29, 2023
1 parent 8910371 commit e0b7fc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions typescript/learningpath-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,23 @@ export interface IMessage {
date: string
}

export interface IMyNDLAGroup {
id: string
displayName: string
isPrimarySchool: boolean
parentId?: string
}

export interface IMyNDLAUser {
id: number
feideId: string
username: string
email: string
displayName: string
favoriteSubjects: string[]
role: string
organization: string
groups: IMyNDLAGroup[]
arenaEnabled: boolean
shareName: boolean
}
Expand Down

0 comments on commit e0b7fc6

Please sign in to comment.