Skip to content

Commit

Permalink
Merge pull request #1053 from balena-io/app-uuid-typings
Browse files Browse the repository at this point in the history
types/models: Add the application uuid property
  • Loading branch information
bulldozer-balena[bot] authored Feb 10, 2021
2 parents 7946b8d + 226ecd3 commit 4017077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export interface Application {
created_at: string;
app_name: string;
slug: string;
uuid: string;
is_accessible_by_support_until__date: string;
is_host: boolean;
should_track_latest_release: boolean;
Expand Down

0 comments on commit 4017077

Please sign in to comment.