-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.d.ts
More file actions
26 lines (23 loc) · 918 Bytes
/
index.d.ts
File metadata and controls
26 lines (23 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export * from "./Interactions/ApplicationCommands";
export * from "./Interactions/MessageComponents";
export * from "./Interactions/ReceivingAndResponding";
export * from "./Resources/Application";
export * from "./Resources/AuditLog";
export * from "./Resources/AutoModeration";
export * from "./Resources/Channel";
export * from "./Resources/Emoji";
export * from "./Resources/Guild";
export * from "./Resources/GuildScheduledEvent";
export * from "./Resources/GuildTemplate";
export * from "./Resources/Invite";
export * from "./Resources/StageInstance";
export * from "./Resources/Sticker";
export * from "./Resources/User";
export * from "./Resources/Voice";
export * from "./Resources/Webhook";
export * from "./Topics/Gateway";
export * from "./Topics/OAuth2";
export * from "./Topics/OpcodesAndStatusCodes";
export * from "./Topics/Permissions";
export * from "./Topics/Teams";
export * from "./Reference";