1 2 3 4 5 6
import { Guild } from "../../entities"; export interface GuildRecommendationsResponse { recommended_guilds: Guild[]; load_id: string; }