Type Alias TWSMessageButtonScalarWhereWithAggregatesInput

TWSMessageButtonScalarWhereWithAggregatesInput: {
    AND?: TWSMessageButtonScalarWhereWithAggregatesInput | TWSMessageButtonScalarWhereWithAggregatesInput[];
    NOT?: TWSMessageButtonScalarWhereWithAggregatesInput | TWSMessageButtonScalarWhereWithAggregatesInput[];
    OR?: TWSMessageButtonScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"TWSMessageButton"> | string;
    emojiUnicodeOrId?: StringNullableWithAggregatesFilter<"TWSMessageButton"> | string | null;
    title?: StringWithAggregatesFilter<"TWSMessageButton"> | string;
    twsCustomMessageId?: StringWithAggregatesFilter<"TWSMessageButton"> | string;
    url?: StringNullableWithAggregatesFilter<"TWSMessageButton"> | string | null;
}