import type { AppBskyGraphDefs } from '../lexicons/index.ts'; /** * a union type of all possible list views. */ export type AnyListView = AppBskyGraphDefs.ListViewBasic | AppBskyGraphDefs.ListView;