DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupGroupByOutputType

    type GuildLeaveSetupGroupByOutputType = {
        _avg: GuildLeaveSetupAvgAggregateOutputType | null;
        _count: GuildLeaveSetupCountAggregateOutputType | null;
        _max: GuildLeaveSetupMaxAggregateOutputType | null;
        _min: GuildLeaveSetupMinAggregateOutputType | null;
        _sum: GuildLeaveSetupSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        Image: boolean | null;
        MessageTemplateId: string | null;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    Image: boolean | null
    MessageTemplateId: string | null