DisBot
    Preparing search index...

    Type Alias ModerationScoutGroupByOutputType

    type ModerationScoutGroupByOutputType = {
        _avg: ModerationScoutAvgAggregateOutputType | null;
        _count: ModerationScoutCountAggregateOutputType | null;
        _max: ModerationScoutMaxAggregateOutputType | null;
        _min: ModerationScoutMinAggregateOutputType | null;
        _sum: ModerationScoutSumAggregateOutputType | null;
        AdminBanList: JsonValue;
        CurrentUserModerations: JsonValue[];
        GuildId: string;
        Id: number;
        ImmuneReportRoles: string[];
        ModeratorRoles: string[];
        NeedsModeratorApprove: boolean;
        NotAllowedToReportRoles: string[];
        PublicBanListEnabled: boolean;
        PublicBanListUrl: string | null;
        ReportActions: string[];
        ReportCommandId: string;
        ReportMesageContextId: string;
        ReportUserContextId: string;
        SuccssReportMessageId: string;
        UUID: string;
    }
    Index

    Properties

    AdminBanList: JsonValue
    CurrentUserModerations: JsonValue[]
    GuildId: string
    Id: number
    ImmuneReportRoles: string[]
    ModeratorRoles: string[]
    NeedsModeratorApprove: boolean
    NotAllowedToReportRoles: string[]
    PublicBanListEnabled: boolean
    PublicBanListUrl: string | null
    ReportActions: string[]
    ReportCommandId: string
    ReportMesageContextId: string
    ReportUserContextId: string
    SuccssReportMessageId: string
    UUID: string