DisBot
    Preparing search index...

    Type Alias MessageTemplatesGroupByOutputType

    type MessageTemplatesGroupByOutputType = {
        _avg: MessageTemplatesAvgAggregateOutputType | null;
        _count: MessageTemplatesCountAggregateOutputType | null;
        _max: MessageTemplatesMaxAggregateOutputType | null;
        _min: MessageTemplatesMinAggregateOutputType | null;
        _sum: MessageTemplatesSumAggregateOutputType | null;
        Content: string | null;
        EmbedJSON: string | null;
        GuildId: string;
        Id: number;
        Name: string;
        OtherEmbeds: string[];
    }
    Index

    Properties

    Content: string | null
    EmbedJSON: string | null
    GuildId: string
    Id: number
    Name: string
    OtherEmbeds: string[]