summary refs log tree commit diff
path: root/src/util/schemas/index.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-12-10 17:02:27 -0500
committerPuyodead1 <puyodead@proton.me>2023-12-10 17:02:27 -0500
commit99d9bf563fb5e157600824776b149ca03cbea47c (patch)
treee9289b7b381d7dbe59c235133228f77f25d53888 /src/util/schemas/index.ts
parentmember projection: select avatar (diff)
downloadserver-99d9bf563fb5e157600824776b149ca03cbea47c.tar.xz
Start implementing webhooks feat/webhooks
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r--src/util/schemas/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts

index 44a504cd..4812b535 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts
@@ -79,5 +79,6 @@ export * from "./VoiceStateUpdateSchema"; export * from "./VoiceVideoSchema"; export * from "./WebAuthnSchema"; export * from "./WebhookCreateSchema"; +export * from "./WebhookExecuteSchema"; export * from "./WidgetModifySchema"; export * from "./responses";