diff --git a/lib/index.d.ts b/lib/index.d.ts index 3051ece6..55e0b86d 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -591,7 +591,7 @@ declare namespace Realm.Permissions { class User { static schema: ObjectSchema; - identity: string; + id: string; } class Role {