interface DiscordStickerPackimport { type DiscordStickerPack } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/resources/sticker#sticker-pack-object-sticker-pack-structure Propertiesid: stringid of the sticker pack stickers: DiscordSticker[]the stickers in the pack name: stringname of the sticker pack sku_id: stringid of the pack's SKU optionalcover_sticker_id: stringid of a sticker in the pack which is shown as the pack's icon description: stringdescription of the sticker pack optionalbanner_asset_id: stringid of the sticker pack's banner image import DiscordStickerPackimport { DiscordStickerPack } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";