Skip to content

Commit bffdabd

Browse files
committed
Removed extra export
1 parent 8d70b12 commit bffdabd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

common/api-review/util.api.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ export type EmulatorMockTokenOptions = ({
140140
sub: string;
141141
}) & Partial<FirebaseIdToken>;
142142

143-
// Warning: (ae-missing-release-tag) "EmulatorStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
144-
//
145-
// @public (undocumented)
146-
export interface EmulatorStatus {
147-
// (undocumented)
148-
isRunningEmulator: boolean;
149-
}
150-
151143
// Warning: (ae-missing-release-tag) "ErrorData" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
152144
//
153145
// @public (undocumented)

0 commit comments

Comments
 (0)