Type Alias CSCustomMessageScalarWhereWithAggregatesInput

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