Skip to content

Commit

Permalink
Merge pull request #1510 from balena-io/download-provisioning-key-des…
Browse files Browse the repository at this point in the history
…cription

Add `provisioningKeyDescription` property to `ImgConfigOptions` typing
  • Loading branch information
Page- authored Dec 5, 2024
2 parents e4e7adf + bd96a5d commit b1e92e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export interface ImgConfigOptions {
appUpdatePollInterval?: number;
provisioningKeyName?: string;
provisioningKeyExpiryDate?: string;
provisioningKeyDescription?: string;
wifiKey?: string;
wifiSsid?: string;
ip?: string;
Expand Down

0 comments on commit b1e92e2

Please sign in to comment.