@@ -68,3 +68,43 @@ export type CategorySelect = $SelectInput<$Schema, "Category">;
6868export type CategoryInclude = $IncludeInput < $Schema , "Category" > ;
6969export type CategoryOmit = $OmitInput < $Schema , "Category" > ;
7070export type CategoryGetPayload < Args extends $SelectIncludeOmit < $Schema , "Category" , true > > = $SimplifiedModelResult < $Schema , "Category" , Args > ;
71+ export type FooFindManyArgs = $FindManyArgs < $Schema , "Foo" > ;
72+ export type FooFindUniqueArgs = $FindUniqueArgs < $Schema , "Foo" > ;
73+ export type FooFindFirstArgs = $FindFirstArgs < $Schema , "Foo" > ;
74+ export type FooCreateArgs = $CreateArgs < $Schema , "Foo" > ;
75+ export type FooCreateManyArgs = $CreateManyArgs < $Schema , "Foo" > ;
76+ export type FooCreateManyAndReturnArgs = $CreateManyAndReturnArgs < $Schema , "Foo" > ;
77+ export type FooUpdateArgs = $UpdateArgs < $Schema , "Foo" > ;
78+ export type FooUpdateManyArgs = $UpdateManyArgs < $Schema , "Foo" > ;
79+ export type FooUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs < $Schema , "Foo" > ;
80+ export type FooUpsertArgs = $UpsertArgs < $Schema , "Foo" > ;
81+ export type FooDeleteArgs = $DeleteArgs < $Schema , "Foo" > ;
82+ export type FooDeleteManyArgs = $DeleteManyArgs < $Schema , "Foo" > ;
83+ export type FooCountArgs = $CountArgs < $Schema , "Foo" > ;
84+ export type FooAggregateArgs = $AggregateArgs < $Schema , "Foo" > ;
85+ export type FooGroupByArgs = $GroupByArgs < $Schema , "Foo" > ;
86+ export type FooWhereInput = $WhereInput < $Schema , "Foo" > ;
87+ export type FooSelect = $SelectInput < $Schema , "Foo" > ;
88+ export type FooInclude = $IncludeInput < $Schema , "Foo" > ;
89+ export type FooOmit = $OmitInput < $Schema , "Foo" > ;
90+ export type FooGetPayload < Args extends $SelectIncludeOmit < $Schema , "Foo" , true > > = $SimplifiedModelResult < $Schema , "Foo" , Args > ;
91+ export type BarFindManyArgs = $FindManyArgs < $Schema , "Bar" > ;
92+ export type BarFindUniqueArgs = $FindUniqueArgs < $Schema , "Bar" > ;
93+ export type BarFindFirstArgs = $FindFirstArgs < $Schema , "Bar" > ;
94+ export type BarCreateArgs = $CreateArgs < $Schema , "Bar" > ;
95+ export type BarCreateManyArgs = $CreateManyArgs < $Schema , "Bar" > ;
96+ export type BarCreateManyAndReturnArgs = $CreateManyAndReturnArgs < $Schema , "Bar" > ;
97+ export type BarUpdateArgs = $UpdateArgs < $Schema , "Bar" > ;
98+ export type BarUpdateManyArgs = $UpdateManyArgs < $Schema , "Bar" > ;
99+ export type BarUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs < $Schema , "Bar" > ;
100+ export type BarUpsertArgs = $UpsertArgs < $Schema , "Bar" > ;
101+ export type BarDeleteArgs = $DeleteArgs < $Schema , "Bar" > ;
102+ export type BarDeleteManyArgs = $DeleteManyArgs < $Schema , "Bar" > ;
103+ export type BarCountArgs = $CountArgs < $Schema , "Bar" > ;
104+ export type BarAggregateArgs = $AggregateArgs < $Schema , "Bar" > ;
105+ export type BarGroupByArgs = $GroupByArgs < $Schema , "Bar" > ;
106+ export type BarWhereInput = $WhereInput < $Schema , "Bar" > ;
107+ export type BarSelect = $SelectInput < $Schema , "Bar" > ;
108+ export type BarInclude = $IncludeInput < $Schema , "Bar" > ;
109+ export type BarOmit = $OmitInput < $Schema , "Bar" > ;
110+ export type BarGetPayload < Args extends $SelectIncludeOmit < $Schema , "Bar" , true > > = $SimplifiedModelResult < $Schema , "Bar" , Args > ;
0 commit comments