UNPKG

@atcute/bluesky

Version:

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

7 lines (5 loc) 201 B
import type { AppBskyGraphDefs } from '../lexicons/index.ts'; /** * a union type of all possible list views. */ export type AnyListView = AppBskyGraphDefs.ListViewBasic | AppBskyGraphDefs.ListView;