import type { FavoriteResponse } from '../schemas/FavoriteResponse'; export type FavoriteListResponseResponse = FavoriteResponse[];