feat(structures): add SKU structure (#11389)

* feat(structures): update barrel exports in preparation for SKU structure

* feat(structures): add SKUFlagsBitField to /bitfields

* feat(structures): add SKU structure

* chore(structures): correct barrel exports

* chore(structures): export SKUBitfieldFlags

* docs(structures): correct usage of see/link doc comments

* chore(structures): correct usage of bitfields in extending classes

* docs(structures): remove unnecessary links

* fix(structures): correctly apply bitfields, introduced in #11404

---------

Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Asad
2026-01-28 01:08:43 +00:00
committed by GitHub
parent b0e413c116
commit c71228aab3
10 changed files with 100 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ export * from './interactions/index.js';
export * from './invites/index.js';
export * from './messages/index.js';
export * from './polls/index.js';
export * from './skus/index.js';
export * from './soundboards/index.js';
export * from './stageInstances/index.js';
export * from './stickers/index.js';