Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldmann committed Sep 25, 2024
1 parent 8283a75 commit 5941ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@ export namespace env {
'cds.xt.SaasProvisioningService'?: {
model: string,
kind: string,
alwaysUpgradeModel: boolean,
alwaysUpgradeModel?: boolean,
[key: string]: any,
},

'cds.xt.SmsProvisioningService'?: {
model: string,
kind: string,
dependencies: string[],
[key: string]: any,
},
'cds.xt.ExtensibilityService'?: {
Expand Down

0 comments on commit 5941ed0

Please sign in to comment.