Type Alias GuildMessageButtonScalarWhereWithAggregatesInput

GuildMessageButtonScalarWhereWithAggregatesInput: {
    AND?: GuildMessageButtonScalarWhereWithAggregatesInput | GuildMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: GuildMessageButtonScalarWhereWithAggregatesInput | GuildMessageButtonScalarWhereWithAggregatesInput[];
    OR?: GuildMessageButtonScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"GuildMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"GuildMessageButton"> | string | null;
    guildCustomMessageId?: StringWithAggregatesFilter<"GuildMessageButton"> | string;
    title?: StringWithAggregatesFilter<"GuildMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"GuildMessageButton"> | string | null;
}