Type Alias CSMessageButtonScalarWhereWithAggregatesInput

CSMessageButtonScalarWhereWithAggregatesInput: {
    AND?: CSMessageButtonScalarWhereWithAggregatesInput | CSMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: CSMessageButtonScalarWhereWithAggregatesInput | CSMessageButtonScalarWhereWithAggregatesInput[];
    OR?: CSMessageButtonScalarWhereWithAggregatesInput[];
    csCustomMessageId?: StringWithAggregatesFilter<"CSMessageButton"> | string;
    dbId?: StringWithAggregatesFilter<"CSMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"CSMessageButton"> | string | null;
    title?: StringWithAggregatesFilter<"CSMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"CSMessageButton"> | string | null;
}