Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Dec 30, 2020
1 parent 85d6199 commit 8eabee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/entities/News/Actualite.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ export default class Actualite {
codeEmetteur: number;
date: Date;
uid: string;
titre: string;
private errmsg;
constructor(article: {
errmsg: string | null;
type: string;
auteur: string;
codeEmetteur: string;
titre: string;
date: number;
uid: string;
});
Expand Down

0 comments on commit 8eabee4

Please sign in to comment.