Type Alias WSCustomMessageScalarWhereWithAggregatesInput

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