chore: ignore unrelated code

This commit is contained in:
Jiralite
2024-12-22 22:00:02 +00:00
committed by Vlad Frangu
parent 437b2d459d
commit 3f9c3dc497

View File

@@ -611,6 +611,7 @@ export abstract class CommandInteraction<Cached extends CacheType = CacheType> e
): Promise<ModalSubmitInteraction<Cached>>; ): Promise<ModalSubmitInteraction<Cached>>;
private transformOption( private transformOption(
option: APIApplicationCommandOption, option: APIApplicationCommandOption,
// @ts-expect-error ws/1.x.
resolved: APIApplicationCommandInteractionData['resolved'], resolved: APIApplicationCommandInteractionData['resolved'],
): CommandInteractionOption<Cached>; ): CommandInteractionOption<Cached>;
} }
@@ -3442,6 +3443,7 @@ export function parseWebhookURL(url: string): WebhookClientDataIdWithToken | nul
/** @internal */ /** @internal */
export function transformResolved<Cached extends CacheType>( export function transformResolved<Cached extends CacheType>(
supportingData: SupportingInteractionResolvedData, supportingData: SupportingInteractionResolvedData,
// @ts-expect-error ws/1.x.
data?: APIApplicationCommandInteractionData['resolved'], data?: APIApplicationCommandInteractionData['resolved'],
): CommandInteractionResolvedData<Cached>; ): CommandInteractionResolvedData<Cached>;
export function resolveSKUId(resolvable: SKUResolvable): Snowflake | null; export function resolveSKUId(resolvable: SKUResolvable): Snowflake | null;