swc/crates/swc_bundler/tests/.cache/deno/0cec2c496ae1ff3e1b5d55c14e0a1668ace7a495.ts

10 lines
340 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/interaction_response.ts
import { InteractionResponse } from "../interactions/interaction_response.ts";
export interface DiscordenoInteractionResponse extends InteractionResponse {
/** Set to true if the response should be private */
private?: boolean;
}