abuseipdb-client - v1.0.21
    Preparing search index...

    Interface ReportsEntity

    interface ReportsEntity {
        categories: NonEmptyArr<ReportCategory>;
        comment: string;
        reportedAt: string;
        reporterCountryCode: string;
        reporterCountryName: string;
        reporterId: number;
    }
    Index

    Properties

    comment: string
    reportedAt: string
    reporterCountryCode: string
    reporterCountryName: string
    reporterId: number