Use correct type for update profile mutation
This commit is contained in:
@@ -113,7 +113,7 @@ export function usePrefetchProfileQuery() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface ProfileUpdateParams {
|
interface ProfileUpdateParams {
|
||||||
profile: AppBskyActorDefs.ProfileView
|
profile: AppBskyActorDefs.ProfileViewDetailed
|
||||||
updates:
|
updates:
|
||||||
| AppBskyActorProfile.Record
|
| AppBskyActorProfile.Record
|
||||||
| ((existing: AppBskyActorProfile.Record) => AppBskyActorProfile.Record)
|
| ((existing: AppBskyActorProfile.Record) => AppBskyActorProfile.Record)
|
||||||
|
|||||||
Reference in New Issue
Block a user