Type Alias NotificationProviderFindManyArgs<ExtArgs>

NotificationProviderFindManyArgs<ExtArgs>: {
    cursor?: NotificationProviderWhereUniqueInput;
    distinct?: Prisma.NotificationProviderScalarFieldEnum | Prisma.NotificationProviderScalarFieldEnum[];
    omit?: NotificationProviderOmit<ExtArgs> | null;
    orderBy?: NotificationProviderOrderByWithRelationInput | NotificationProviderOrderByWithRelationInput[];
    select?: NotificationProviderSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: NotificationProviderWhereInput;
}

NotificationProvider findMany

Type Parameters

Type declaration