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

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