Skip to content

Commit

Permalink
fix: wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr committed Dec 12, 2023
1 parent 5abf59d commit 82324ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ interface IDiplomesMetiers {
intitule_long: string
codes_romes: string[]
codes_rncps: string[]
acronymes_intitule: string[]
acronymes_intitule: string
created_at: Date
last_update_at: Date
}
Expand Down

0 comments on commit 82324ea

Please sign in to comment.