Skip to content

Commit c69956f

Browse files
committed
ts
1 parent a9a5937 commit c69956f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-quick-crypto/src

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

Lines changed: 1 addition & 1 deletion
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)