Skip to content

Commit 2a759df

Browse files
committed
chore: update export
1 parent e90c2bd commit 2a759df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/fpnv/fpnv-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export interface FpnvToken {
3535
[key: string]: any;
3636
}
3737

38-
export { FpnvErrorCode, FirebasePnvError, ErrorInfo } from '../utils/error';
38+
export { FpnvErrorCode, FirebasePnvError } from '../utils/error';
3939

src/fpnv/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export {
3333
FpnvToken,
3434
FirebasePnvError,
3535
FpnvErrorCode,
36-
ErrorInfo
3736
} from './fpnv-api'
3837

3938
/**

0 commit comments

Comments
 (0)