Skip to content

Commit

Permalink
Type is now string
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorzavodnik authored and malhussan committed Jul 30, 2024
1 parent cc56352 commit df4f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/PlatformConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type AzureConfig = {
export type PlatformConfigAzure = PlatformConfigBase & AzureConfig;

type CustomConfig = {
type: "custom";
type: string;
};

export type PlatformConfigCustom = PlatformConfigBase & CustomConfig;
Expand Down

0 comments on commit df4f6b4

Please sign in to comment.