feat(structures): add Stage Instance structure (#11397)

* feat(structures): update barrel exports for stage instance structure

* feat(structures): add stage instance structure

* docs(structure): cleanup and use see/link correctly

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Asad
2026-01-27 23:03:09 +00:00
committed by GitHub
parent c126367140
commit 693fcbc32b
3 changed files with 87 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export * from './polls/index.js';
export * from './stickers/index.js';
export * from './teams/index.js';
export * from './users/index.js';
export * from './stageInstances/index.js';
export * from './Structure.js';
export * from './subscriptions/index.js';
export * from './Mixin.js';