Skip to content
Prev Previous commit
Next Next commit
Run api-extractor:local
  • Loading branch information
trekforever committed Apr 2, 2024
commit 48fe8a2f48e20f1c4a5bcdd3f1bc1f1abaf70f42
3 changes: 2 additions & 1 deletion etc/firebase-admin.remote-config.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface InAppDefaultValue {

// @public
export interface InitServerTemplateOptions extends GetServerTemplateOptions {
template?: ServerTemplateData;
template?: ServerTemplateData | string;
}

// @public
Expand Down Expand Up @@ -178,6 +178,7 @@ export interface ServerTemplate {
cache: ServerTemplateData;
evaluate(context?: EvaluationContext): ServerConfig;
load(): Promise<void>;
toJSON(): string;
}

// @public
Expand Down