update
This commit is contained in:
@@ -199,7 +199,7 @@ export type SalesInvoicePaymentGroupByOutputType = {
|
||||
_max: SalesInvoicePaymentMaxAggregateOutputType | null
|
||||
}
|
||||
|
||||
type GetSalesInvoicePaymentGroupByPayload<T extends SalesInvoicePaymentGroupByArgs> = Prisma.PrismaPromise<
|
||||
export type GetSalesInvoicePaymentGroupByPayload<T extends SalesInvoicePaymentGroupByArgs> = Prisma.PrismaPromise<
|
||||
Array<
|
||||
Prisma.PickEnumerable<SalesInvoicePaymentGroupByOutputType, T['by']> &
|
||||
{
|
||||
@@ -1134,6 +1134,11 @@ export type SalesInvoicePaymentFindManyArgs<ExtArgs extends runtime.Types.Extens
|
||||
* Skip the first `n` SalesInvoicePayments.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of SalesInvoicePayments.
|
||||
*/
|
||||
distinct?: Prisma.SalesInvoicePaymentScalarFieldEnum | Prisma.SalesInvoicePaymentScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user