import type { BuilderContent } from '../../types/builder-content'; export async function postPreviewContent(_opts: { key: string; value: BuilderContent; url: string; }) { return null; }