DisBot
    Preparing search index...

    Type Alias ModerationScoutReportsGroupByOutputType

    type ModerationScoutReportsGroupByOutputType = {
        _avg: ModerationScoutReportsAvgAggregateOutputType | null;
        _count: ModerationScoutReportsCountAggregateOutputType | null;
        _max: ModerationScoutReportsMaxAggregateOutputType | null;
        _min: ModerationScoutReportsMinAggregateOutputType | null;
        _sum: ModerationScoutReportsSumAggregateOutputType | null;
        Data: JsonValue | null;
        Id: number;
        IsReportedToBanListAdmin: boolean;
        ModeratorUserId: string;
        Reason: string | null;
        SusUserId: string;
        UserId: string;
        UUID: string;
    }
    Index

    Properties

    Data: JsonValue | null
    Id: number
    IsReportedToBanListAdmin: boolean
    ModeratorUserId: string
    Reason: string | null
    SusUserId: string
    UserId: string
    UUID: string