export type Tag = { id: number title: string } export type Image = string;