Type Alias TWSCustomMessageScalarWhereWithAggregatesInput

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