Type Alias WSMessageButtonScalarWhereWithAggregatesInput

WSMessageButtonScalarWhereWithAggregatesInput: {
    AND?: WSMessageButtonScalarWhereWithAggregatesInput | WSMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: WSMessageButtonScalarWhereWithAggregatesInput | WSMessageButtonScalarWhereWithAggregatesInput[];
    OR?: WSMessageButtonScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"WSMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"WSMessageButton"> | string | null;
    title?: StringWithAggregatesFilter<"WSMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"WSMessageButton"> | string | null;
    wsCustomMessageId?: StringWithAggregatesFilter<"WSMessageButton"> | string;
}