DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingBanGroupByOutputType

    type GuildUserModerationSettingBanGroupByOutputType = {
        _avg: GuildUserModerationSettingBanAvgAggregateOutputType | null;
        _count: GuildUserModerationSettingBanCountAggregateOutputType | null;
        _max: GuildUserModerationSettingBanMaxAggregateOutputType | null;
        _min: GuildUserModerationSettingBanMinAggregateOutputType | null;
        _sum: GuildUserModerationSettingBanSumAggregateOutputType | null;
        AuditLogReason: string;
        DefaultReason: string;
        DeleteProveMessage: boolean;
        Duration: number;
        GuildUserModerationSettingId: string;
        Id: number;
        NeedReason: boolean;
    }
    Index

    Properties

    AuditLogReason: string
    DefaultReason: string
    DeleteProveMessage: boolean
    Duration: number
    GuildUserModerationSettingId: string
    Id: number
    NeedReason: boolean