DisBot
    Preparing search index...

    Type Alias GuildUserModerationGroupByOutputType

    type GuildUserModerationGroupByOutputType = {
        _avg: GuildUserModerationAvgAggregateOutputType | null;
        _count: GuildUserModerationCountAggregateOutputType | null;
        _max: GuildUserModerationMaxAggregateOutputType | null;
        _min: GuildUserModerationMinAggregateOutputType | null;
        _sum: GuildUserModerationSumAggregateOutputType | null;
        CreatedAt: Date | null;
        DmMessage: string | null;
        Duration: string | null;
        GuildId: string;
        Id: number;
        LinkedCaseId: string;
        ModeratorId: string | null;
        Notes: string[];
        Reason: string | null;
        Type: string | null;
        UserIds: string[];
        UUID: string;
    }
    Index

    Properties

    CreatedAt: Date | null
    DmMessage: string | null
    Duration: string | null
    GuildId: string
    Id: number
    LinkedCaseId: string
    ModeratorId: string | null
    Notes: string[]
    Reason: string | null
    Type: string | null
    UserIds: string[]
    UUID: string