Skip to content

Commit

Permalink
Add local field to API types
Browse files Browse the repository at this point in the history
A new optional field, `local`, was added to the API types definition in the shared-lib. This was done to allow for more flexibility when defining new API types.
  • Loading branch information
manu committed Jul 16, 2024
1 parent 8f7a0de commit 52b916a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared-lib/src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ export type ExtraVar = {
value?: string;
required?: boolean;
canBeOverride?: boolean;
local?: boolean;
};

export type Image = {
Expand Down

0 comments on commit 52b916a

Please sign in to comment.