export const TagSchema = z.object({
  id: z.string(),
  slug: z.string(),
  name: z.string(),
})