DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingWarnGroupByOutputType

    type GuildUserModerationSettingWarnGroupByOutputType = {
        _avg: GuildUserModerationSettingWarnAvgAggregateOutputType | null;
        _count: GuildUserModerationSettingWarnCountAggregateOutputType | null;
        _max: GuildUserModerationSettingWarnMaxAggregateOutputType | null;
        _min: GuildUserModerationSettingWarnMinAggregateOutputType | null;
        _sum: GuildUserModerationSettingWarnSumAggregateOutputType | null;
        Actions: JsonValue[];
        AuditLogReason: string;
        DefaultReason: string;
        DeleteProveMessage: boolean;
        Duration: number;
        GuildUserModerationSettingId: string;
        Id: number;
        NeedReason: boolean;
    }
    Index

    Properties

    Actions: JsonValue[]
    AuditLogReason: string
    DefaultReason: string
    DeleteProveMessage: boolean
    Duration: number
    GuildUserModerationSettingId: string
    Id: number
    NeedReason: boolean