Type Alias RSMessageButtonScalarWhereWithAggregatesInput

RSMessageButtonScalarWhereWithAggregatesInput: {
    AND?: RSMessageButtonScalarWhereWithAggregatesInput | RSMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: RSMessageButtonScalarWhereWithAggregatesInput | RSMessageButtonScalarWhereWithAggregatesInput[];
    OR?: RSMessageButtonScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"RSMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"RSMessageButton"> | string | null;
    rsCustomMessageId?: StringWithAggregatesFilter<"RSMessageButton"> | string;
    title?: StringWithAggregatesFilter<"RSMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"RSMessageButton"> | string | null;
}