typealias RESTGetAPIApplicationGuildCommandResult

external
export type RESTGetAPIApplicationGuildCommandResult = Omit<APIApplicationCommand, 'contexts' | 'dm_permission' | 'integration_types'>;

See also: https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands

Union Members

Omit<APIApplicationCommand, 'contexts' 'dm_permission' 'integration_types'>