Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Duncalf committed Sep 30, 2022
1 parent 0a789a8 commit cefb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ type RemappedRealmTypes<T> =
* with only the keys which value extends Realm.List, remapped as Arrays. All properties are optional
* except those specified in RequiredProperties.
*/
type Unmanaged<T, RequiredProperties extends keyof OmittedRealmTypes<T>> =
type Unmanaged<T, RequiredProperties extends keyof OmittedRealmTypes<T> = never> =
OmittedRealmTypesWithRequired<T, RequiredProperties> & RemappedRealmTypes<T>;

declare class Realm {
Expand Down

0 comments on commit cefb8bd

Please sign in to comment.