import type { FavoriteDto } from '../schemas/FavoriteDto'; export type FavoriteRequestRequestBody = FavoriteDto;