DisBot
    Preparing search index...

    Type Alias VanityEmbedGroupByOutputType

    type VanityEmbedGroupByOutputType = {
        _avg: VanityEmbedAvgAggregateOutputType | null;
        _count: VanityEmbedCountAggregateOutputType | null;
        _max: VanityEmbedMaxAggregateOutputType | null;
        _min: VanityEmbedMinAggregateOutputType | null;
        _sum: VanityEmbedSumAggregateOutputType | null;
        Color: string;
        Description: string;
        Id: number;
        ImageUrl: string | null;
        ThumbnailUrl: string | null;
        Title: string;
        VanityId: string;
    }
    Index

    Properties

    Color: string
    Description: string
    Id: number
    ImageUrl: string | null
    ThumbnailUrl: string | null
    Title: string
    VanityId: string