DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorGroupByOutputType

    type VanityEmbedAuthorGroupByOutputType = {
        _avg: VanityEmbedAuthorAvgAggregateOutputType | null;
        _count: VanityEmbedAuthorCountAggregateOutputType | null;
        _max: VanityEmbedAuthorMaxAggregateOutputType | null;
        _min: VanityEmbedAuthorMinAggregateOutputType | null;
        _sum: VanityEmbedAuthorSumAggregateOutputType | null;
        IconURL: string | null;
        Id: number;
        Name: string | null;
        URL: string | null;
        VanityEmbedsId: string;
    }
    Index

    Properties

    IconURL: string | null
    Id: number
    Name: string | null
    URL: string | null
    VanityEmbedsId: string