abuseipdb-client - v2.0.95
    Preparing search index...

    Interface ReportsCheckEntity

    interface ReportsCheckEntity {
        categories: NonEmptyArr<ReportCategory>;
        comment: string;
        fromIpCountryCode: string;
        fromIpCountryName: string;
        reportedAt: string;
        reporterId: number;
    }
    Index

    Properties

    comment: string
    fromIpCountryCode: string
    fromIpCountryName: string
    reportedAt: string
    reporterId: number