import { ContentLink } from "./content-link"; export interface ContentParams { type: string; links?: ContentLink[]; myTags?: string[]; price?: number; title?: string; text?: string; }