interface DiscordAuditLogEntryimport { type DiscordAuditLogEntry } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure Propertiestarget_id: string | nullID of the affected entity (webhook, user, role, etc.) optionalchanges: DiscordAuditLogChange[]Changes made to the target_id user_id: string | nullUser or app that made the changes id: stringID of the entry action_type: AuditLogEventsType of action that occurred optionaloptions: DiscordOptionalAuditEntryInfoAdditional info for certain event types optionalreason: stringReason for the change (1-512 characters) import DiscordAuditLogEntryimport { DiscordAuditLogEntry } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";