about summary refs log tree commit diff
path: root/src/types/bsky/profile.ts
blob: 7449f117e367dbafe0c1ef21ac6b85e137a1a77f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import {AppBskyActorDefs, ChatBskyActorDefs} from '@atproto/api'

/**
 * Matches any profile view exported by our SDK
 */
export type AnyProfileView =
  | AppBskyActorDefs.ProfileViewBasic
  | AppBskyActorDefs.ProfileView
  | AppBskyActorDefs.ProfileViewDetailed
  | ChatBskyActorDefs.ProfileViewBasic