Skip to content

Commit

Permalink
Fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfisher committed Aug 5, 2024
1 parent 537b36c commit c3d78ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-authsignal",
"version": "0.4.3",
"version": "0.4.4",
"description": "The official Authsignal React Native library.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ErrorCode } from './error';
import type { ErrorCode } from './error';

export interface AuthsignalResponse<T> {
data?: T;
Expand Down

0 comments on commit c3d78ca

Please sign in to comment.