Type Alias: BacklinkSourceType
BacklinkSourceType:
"cosmik.collection"|"leaflet.list"|"whitewind.blog"|"bluesky.post"|"bluesky.embed"|"other"|string&object
Defined in: web/lib/hooks/use-backlinks.ts:13
Backlink source type.
Remarks
Uses open union pattern (string & {}) to allow future source types
without breaking compatibility, matching the lexicon's knownValues pattern.