Type Alias NotificationProviderFindFirstOrThrowArgs<ExtArgs>

NotificationProviderFindFirstOrThrowArgs<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 findFirstOrThrow

Type Parameters

Type declaration