import { Member } from "../../entities"; export type GuildMembersResponse = Member[];