Skip to content

Commit

Permalink
adding externalServices to extensions types (#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Sep 22, 2021
1 parent 61ffac1 commit 26c23f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/extensions/extensionsApi.ts
Expand Up @@ -107,6 +107,12 @@ export interface ExtensionSpec {
preinstallContent?: string;
postinstallContent?: string;
readmeContent?: string;
externalServices?: ExternalService[];
}

export interface ExternalService {
name: string;
pricingUri: string;
}

export interface Api {
Expand Down

0 comments on commit 26c23f8

Please sign in to comment.