Skip to content

Commit

Permalink
adding externalServices to extensions types (firebase#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored and devpeerapong committed Dec 14, 2021
1 parent 6fd9f45 commit 7ae8fda
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 7ae8fda

Please sign in to comment.