From 9201243f32df4f85218fa36cf52a8ac7420bd791 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:40:22 +0100 Subject: [PATCH] docs(APITypes): Add `APISelectMenuDefaultValue` (#11111) docs: add `APISelectMenuDefaultValue` Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/discord.js/src/util/APITypes.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/discord.js/src/util/APITypes.js b/packages/discord.js/src/util/APITypes.js index 0da8d2ed5..6a0390111 100644 --- a/packages/discord.js/src/util/APITypes.js +++ b/packages/discord.js/src/util/APITypes.js @@ -235,6 +235,11 @@ * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APISelectMenuOption} */ +/** + * @external APISelectMenuDefaultValue + * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APISelectMenuDefaultValue} + */ + /** * @external APISectionComponent * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APISectionComponent}