update
This commit is contained in:
@@ -249,7 +249,7 @@ export type SalesInvoiceItemGroupByOutputType = {
|
||||
_max: SalesInvoiceItemMaxAggregateOutputType | null
|
||||
}
|
||||
|
||||
type GetSalesInvoiceItemGroupByPayload<T extends SalesInvoiceItemGroupByArgs> = Prisma.PrismaPromise<
|
||||
export type GetSalesInvoiceItemGroupByPayload<T extends SalesInvoiceItemGroupByArgs> = Prisma.PrismaPromise<
|
||||
Array<
|
||||
Prisma.PickEnumerable<SalesInvoiceItemGroupByOutputType, T['by']> &
|
||||
{
|
||||
@@ -1656,6 +1656,11 @@ export type SalesInvoiceItemFindManyArgs<ExtArgs extends runtime.Types.Extension
|
||||
* Skip the first `n` SalesInvoiceItems.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of SalesInvoiceItems.
|
||||
*/
|
||||
distinct?: Prisma.SalesInvoiceItemScalarFieldEnum | Prisma.SalesInvoiceItemScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user