diff --git a/src/types.ts b/src/types.ts index a4e543da..9482a552 100644 --- a/src/types.ts +++ b/src/types.ts @@ -143,7 +143,10 @@ export type AsyncStorageStatic = { * * See https://react-native-async-storage.github.io/async-storage/docs/api#multiremove */ - multiRemove: (keys: string[], callback?: MultiCallback) => Promise; + multiRemove: ( + keys: readonly string[], + callback?: MultiCallback + ) => Promise; /** * Batch operation to merge in existing and new values for a given set of