DisBot
    Preparing search index...

    Type Alias VanityEmbedScalarWhereWithAggregatesInput

    type VanityEmbedScalarWhereWithAggregatesInput = {
        AND?:
            | VanityEmbedScalarWhereWithAggregatesInput
            | VanityEmbedScalarWhereWithAggregatesInput[];
        Color?: StringWithAggregatesFilter<"VanityEmbed">
        | string;
        Description?: StringWithAggregatesFilter<"VanityEmbed"> | string;
        Id?: IntWithAggregatesFilter<"VanityEmbed"> | number;
        ImageUrl?:
            | StringNullableWithAggregatesFilter<"VanityEmbed">
            | string
            | null;
        NOT?:
            | VanityEmbedScalarWhereWithAggregatesInput
            | VanityEmbedScalarWhereWithAggregatesInput[];
        OR?: VanityEmbedScalarWhereWithAggregatesInput[];
        ThumbnailUrl?: | StringNullableWithAggregatesFilter<"VanityEmbed">
        | string
        | null;
        Title?: StringWithAggregatesFilter<"VanityEmbed"> | string;
        VanityId?: StringWithAggregatesFilter<"VanityEmbed"> | string;
    }
    Index

    Properties

    Color?: StringWithAggregatesFilter<"VanityEmbed"> | string
    Description?: StringWithAggregatesFilter<"VanityEmbed"> | string
    Id?: IntWithAggregatesFilter<"VanityEmbed"> | number
    ImageUrl?: StringNullableWithAggregatesFilter<"VanityEmbed"> | string | null
    ThumbnailUrl?: StringNullableWithAggregatesFilter<"VanityEmbed"> | string | null
    Title?: StringWithAggregatesFilter<"VanityEmbed"> | string
    VanityId?: StringWithAggregatesFilter<"VanityEmbed"> | string