We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c2bd commit 2a759dfCopy full SHA for 2a759df
src/fpnv/fpnv-api.ts
@@ -35,5 +35,5 @@ export interface FpnvToken {
35
[key: string]: any;
36
}
37
38
-export { FpnvErrorCode, FirebasePnvError, ErrorInfo } from '../utils/error';
+export { FpnvErrorCode, FirebasePnvError } from '../utils/error';
39
src/fpnv/index.ts
@@ -33,7 +33,6 @@ export {
33
FpnvToken,
34
FirebasePnvError,
FpnvErrorCode,
- ErrorInfo
} from './fpnv-api'
/**
0 commit comments