Skip to content

Commit

Permalink
feat: append optional 'stale' property to ContactStatus (close #461)
Browse files Browse the repository at this point in the history
  • Loading branch information
antirek committed Dec 22, 2020
1 parent 8a19a24 commit 56cbb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/model/contact-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
export interface ContactStatus {
id: string;
status: string;
stale?: boolean;
}

0 comments on commit 56cbb68

Please sign in to comment.