type DiscordIcon = { id: string, name: string, } type DiscordIconRequest = { items: DiscordIcon[] }