Skip to content

Commit 2b23355

Browse files
committed
format
1 parent 5ff07dd commit 2b23355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/app/src/public-types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ export interface FirebaseAppSettings {
175175
*
176176
* Configuration options given to {@link (initializeServerApp:1) | initializeServerApp()}
177177
*/
178-
export interface FirebaseServerAppSettings extends Omit<FirebaseAppSettings, "name?"> {
178+
export interface FirebaseServerAppSettings
179+
extends Omit<FirebaseAppSettings, 'name?'> {
179180
/**
180181
* An optional Auth ID token used to resume a signed in user session from a client
181182
* runtime environment.

0 commit comments

Comments
 (0)