UNPKG

@atcute/bluesky

Version:

Bluesky (app.bsky.* and chat.bsky.*) schema definitions

7 lines (5 loc) 229 B
import type { AppBskyGraphDefs } from '../lexicons/index.ts'; /** * a union type of all possible starterpack views. */ export type AnyStarterPackView = AppBskyGraphDefs.StarterPackViewBasic | AppBskyGraphDefs.StarterPackView;