@sanity/client 7.8.0 → 7.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1036,6 +1036,7 @@ export declare interface CurrentSanityUser {
1036
1036
  email: string
1037
1037
  profileImage: string | null
1038
1038
  role: string
1039
+ provider: string
1039
1040
  }
1040
1041
 
1041
1042
  /** @public */
@@ -1036,6 +1036,7 @@ export declare interface CurrentSanityUser {
1036
1036
  email: string
1037
1037
  profileImage: string | null
1038
1038
  role: string
1039
+ provider: string
1039
1040
  }
1040
1041
 
1041
1042
  /** @public */