Type Alias TTSCustomMessageScalarWhereWithAggregatesInput

TTSCustomMessageScalarWhereWithAggregatesInput: {
    AND?: TTSCustomMessageScalarWhereWithAggregatesInput | TTSCustomMessageScalarWhereWithAggregatesInput[];
    NOT?: TTSCustomMessageScalarWhereWithAggregatesInput | TTSCustomMessageScalarWhereWithAggregatesInput[];
    OR?: TTSCustomMessageScalarWhereWithAggregatesInput[];
    content?: StringNullableWithAggregatesFilter<"TTSCustomMessage"> | string | null;
    dbId?: StringWithAggregatesFilter<"TTSCustomMessage"> | string;
    showInviteButton?: BoolNullableWithAggregatesFilter<"TTSCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableWithAggregatesFilter<"TTSCustomMessage"> | boolean | null;
    tiktokStreamerId?: StringWithAggregatesFilter<"TTSCustomMessage"> | string;
    type?: EnumStreamerMessageTypeEnumWithAggregatesFilter<"TTSCustomMessage"> | StreamerMessageTypeEnum;
}