Skip to content

Commit

Permalink
#38 implement Feedback interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dorfingerjonas committed May 28, 2022
1 parent 87ac744 commit d84a4df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/models/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ export interface Debtor {
entries: Entry[];
name: string;
}

export interface Feedback {
text: string;
errorFeedback: boolean;
}

0 comments on commit d84a4df

Please sign in to comment.