Skip to content

Commit

Permalink
types/models: Add the application uuid property
Browse files Browse the repository at this point in the history
Change-type: minor
Depends-on: balena-io/balena-api#2981
See: #1016
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
  • Loading branch information
thgreasi committed Feb 10, 2021
1 parent bedd428 commit b4c0fab
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 b4c0fab

Please sign in to comment.