summary refs log tree commit diff
path: root/src/util/schemas/responses/GuildResponse.ts
blob: 000352432a54be3842cfe2d0e2298fa8e8b98a29 (plain) (blame)
1
2
3
import { Guild } from "../../entities";

export type GuildResponse = Guild & { joined_at: string };