Skip to main content

Type Alias: BlueskyFacetFeature

BlueskyFacetFeature: { $type: "app.bsky.richtext.facet#mention"; did: string; } | { $type: "app.bsky.richtext.facet#link"; uri: string; } | { $type: "app.bsky.richtext.facet#tag"; tag: string; }

Defined in: web/lib/bluesky/types.ts:87

Facet feature types.