import type { AppBskyGraphDefs } from '../lexicons/index.ts'; /** * a union type of all possible starterpack views. */ export type AnyStarterPackView = AppBskyGraphDefs.StarterPackViewBasic | AppBskyGraphDefs.StarterPackView;