Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_api_types/rest/v10/mod.ts>RESTPatchCurrentApplicationJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchCurrentApplicationJSONBody
import { type RESTPatchCurrentApplicationJSONBody } from "https://deno.land/x/discord_api_types@0.37.61/rest/v10/mod.ts";
definition: StrictPartial<Pick<APIApplication,
| "custom_install_url"
| "description"
| "flags"
| "role_connections_verification_url"
| "install_params"
| "interactions_endpoint_url"
| "tags"
> & Nullable<Pick<APIApplication, "icon" | "cover_image">>>