update
This commit is contained in:
@@ -185,7 +185,7 @@ export type TriggerLogGroupByOutputType = {
|
||||
_max: TriggerLogMaxAggregateOutputType | null
|
||||
}
|
||||
|
||||
type GetTriggerLogGroupByPayload<T extends TriggerLogGroupByArgs> = Prisma.PrismaPromise<
|
||||
export type GetTriggerLogGroupByPayload<T extends TriggerLogGroupByArgs> = Prisma.PrismaPromise<
|
||||
Array<
|
||||
Prisma.PickEnumerable<TriggerLogGroupByOutputType, T['by']> &
|
||||
{
|
||||
@@ -916,6 +916,11 @@ export type TriggerLogFindManyArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
||||
* Skip the first `n` TriggerLogs.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of TriggerLogs.
|
||||
*/
|
||||
distinct?: Prisma.TriggerLogScalarFieldEnum | Prisma.TriggerLogScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user