@typed-discord/rest
    Preparing search index...

    Interface AuditLogEntryResponse

    interface AuditLogEntryResponse {
        action_type: AuditLogActionTypes;
        changes?: AuditLogObjectChangeResponse[];
        id: `${bigint}`;
        options?: { [key: string]: string };
        reason?: string;
        target_id: `${bigint}` | null;
        user_id: `${bigint}` | null;
    }
    Index

    Properties

    action_type: AuditLogActionTypes
    id: `${bigint}`
    options?: { [key: string]: string }
    reason?: string
    target_id: `${bigint}` | null
    user_id: `${bigint}` | null