Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
Resolves: #
Change-type:
  • Loading branch information
thgreasi committed May 29, 2024
1 parent 07b759a commit 5672de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balena-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export interface Release {
should_be_running_on__application?: Application[];
should_be_running_on__device?: Device[];
is_running_on__device?: Device[];
is_pinned_on__device?: Device[];
is_pinned_to__device?: Device[];
should_operate__device?: Device[];
should_manage__device?: Device[];
provides__device__installs__image?: ImageInstall[];
Expand Down

0 comments on commit 5672de0

Please sign in to comment.