@atcute/bluesky
Version:
Bluesky (app.bsky.* and chat.bsky.*) schema definitions
6 lines • 344 B
TypeScript
import type { AppBskyActorDefs, ChatBskyActorDefs } from '../lexicons/index.ts';
/**
* a union type of all possible profile views.
*/
export type AnyProfileView = AppBskyActorDefs.ProfileViewBasic | AppBskyActorDefs.ProfileView | AppBskyActorDefs.ProfileViewDetailed | ChatBskyActorDefs.ProfileViewBasic;
//# sourceMappingURL=profile.d.ts.map