Type Alias TeamScalarWhereWithAggregatesInput

TeamScalarWhereWithAggregatesInput: {
    AND?: TeamScalarWhereWithAggregatesInput | TeamScalarWhereWithAggregatesInput[];
    NOT?: TeamScalarWhereWithAggregatesInput | TeamScalarWhereWithAggregatesInput[];
    OR?: TeamScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"Team"> | string;
    teamId?: StringWithAggregatesFilter<"Team"> | string;
    teamName?: StringWithAggregatesFilter<"Team"> | string;
}