1 2 3
import { Guild } from "../../entities"; export type GuildResponse = Guild & { joined_at: string };