DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorScalarWhereWithAggregatesInput

    type VanityEmbedAuthorScalarWhereWithAggregatesInput = {
        AND?:
            | VanityEmbedAuthorScalarWhereWithAggregatesInput
            | VanityEmbedAuthorScalarWhereWithAggregatesInput[];
        IconURL?: | StringNullableWithAggregatesFilter<"VanityEmbedAuthor">
        | string
        | null;
        Id?: IntWithAggregatesFilter<"VanityEmbedAuthor"> | number;
        Name?:
            | StringNullableWithAggregatesFilter<"VanityEmbedAuthor">
            | string
            | null;
        NOT?:
            | VanityEmbedAuthorScalarWhereWithAggregatesInput
            | VanityEmbedAuthorScalarWhereWithAggregatesInput[];
        OR?: VanityEmbedAuthorScalarWhereWithAggregatesInput[];
        URL?: | StringNullableWithAggregatesFilter<"VanityEmbedAuthor">
        | string
        | null;
        VanityEmbedsId?: StringWithAggregatesFilter<"VanityEmbedAuthor"> | string;
    }
    Index

    Properties

    IconURL?:
        | StringNullableWithAggregatesFilter<"VanityEmbedAuthor">
        | string
        | null
    Id?: IntWithAggregatesFilter<"VanityEmbedAuthor"> | number
    Name?: StringNullableWithAggregatesFilter<"VanityEmbedAuthor"> | string | null
    URL?: StringNullableWithAggregatesFilter<"VanityEmbedAuthor"> | string | null
    VanityEmbedsId?: StringWithAggregatesFilter<"VanityEmbedAuthor"> | string