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

export type GuildStickersResponse = Sticker[];