DisBot
    Preparing search index...

    Type Alias VanityEmbedMinAggregateOutputType

    type VanityEmbedMinAggregateOutputType = {
        Color: string | null;
        Description: string | null;
        Id: number | null;
        ImageUrl: string | null;
        ThumbnailUrl: string | null;
        Title: string | null;
        VanityId: string | null;
    }
    Index

    Properties

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