DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupGroupByOutputType

    type GuildWelcomeSetupGroupByOutputType = {
        _avg: GuildWelcomeSetupAvgAggregateOutputType | null;
        _count: GuildWelcomeSetupCountAggregateOutputType | null;
        _max: GuildWelcomeSetupMaxAggregateOutputType | null;
        _min: GuildWelcomeSetupMinAggregateOutputType | null;
        _sum: GuildWelcomeSetupSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        Image: boolean;
        MessageTemplateId: string | null;
    }
    Index

    Properties

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