typealias FetchGuildApplicationCommandFetchOptions

export type FetchGuildApplicationCommandFetchOptions = Omit<FetchApplicationCommandOptions, 'guildId'>;

Union Members

Omit<FetchApplicationCommandOptions, 'guildId'>