UNPKG

astro-feelback

Version:

Use Feelback service within your Astro website

14 lines (11 loc) 322 B
import type { TargetContent } from ".."; export function getTarget(target: TargetContent): TargetContent { return "contentSetId" in target ? { contentSetId: target.contentSetId, key: target.key, } : { contentId: target.contentId, }; }