Type Alias CFMessageButtonScalarWhereWithAggregatesInput

CFMessageButtonScalarWhereWithAggregatesInput: {
    AND?: CFMessageButtonScalarWhereWithAggregatesInput | CFMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: CFMessageButtonScalarWhereWithAggregatesInput | CFMessageButtonScalarWhereWithAggregatesInput[];
    OR?: CFMessageButtonScalarWhereWithAggregatesInput[];
    cfCustomMessageId?: StringWithAggregatesFilter<"CFMessageButton"> | string;
    dbId?: StringWithAggregatesFilter<"CFMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"CFMessageButton"> | string | null;
    title?: StringWithAggregatesFilter<"CFMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"CFMessageButton"> | string | null;
}