summary refs log tree commit diff
path: root/src/util/schemas/responses/GuildPruneResponse.ts
blob: fb1abb899d65d99675a74dbbbbd8aa8de181edbb (plain) (blame)
1
2
3
4
5
6
7
export interface GuildPruneResponse {
	pruned: number;
}

export interface GuildPurgeResponse {
	purged: number;
}