DisBot
    Preparing search index...

    Type Alias ModerationScoutReportsMaxAggregateOutputType

    type ModerationScoutReportsMaxAggregateOutputType = {
        Id: number | null;
        IsReportedToBanListAdmin: boolean | null;
        ModeratorUserId: string | null;
        Reason: string | null;
        SusUserId: string | null;
        UserId: string | null;
        UUID: string | null;
    }
    Index

    Properties

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