Skip to content

Commit c69956f

Browse files
committed
ts
1 parent a9a5937 commit c69956f

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-quick-crypto/src

1 file changed

+1
-1
lines changed

packages/react-native-quick-crypto/src/cipher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
validateEncoding,
2929
} from './utils/cipher';
3030

31-
type CipherArgs = {
31+
interface CipherArgs {
3232
cipherType: string;
3333
cipherKey: BinaryLikeNode;
3434
isCipher: boolean;

0 commit comments

Comments
 (0)