DisBot
    Preparing search index...

    Type Alias GuildAutoDeletesGroupByOutputType

    type GuildAutoDeletesGroupByOutputType = {
        _avg: GuildAutoDeletesAvgAggregateOutputType | null;
        _count: GuildAutoDeletesCountAggregateOutputType | null;
        _max: GuildAutoDeletesMaxAggregateOutputType | null;
        _min: GuildAutoDeletesMinAggregateOutputType | null;
        _sum: GuildAutoDeletesSumAggregateOutputType | null;
        ChannelId: string | null;
        GuildId: string;
        Id: number;
        IsActive: boolean | null;
        Time: string | null;
        UUID: string | null;
        WhitelistedMessages: string[];
        WhitelistedRoles: string[];
        WhitelistedUsers: string[];
    }
    Index

    Properties

    ChannelId: string | null
    GuildId: string
    Id: number
    IsActive: boolean | null
    Time: string | null
    UUID: string | null
    WhitelistedMessages: string[]
    WhitelistedRoles: string[]
    WhitelistedUsers: string[]