mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat(GuildAuditLogsEntry): expose ingrationType * fix: not optional, if extra is present on these types not necessary, as it is conditionally assigned * fix: remove non-extra approach * fix(types): string is not guaranteed to be the known enum * fix: adapt type tests to new extra properties * fix: include null in type, since extra is not always populated --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>