Type Alias ActiveInviteFindFirstOrThrowArgs<ExtArgs>

ActiveInviteFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: ActiveInviteWhereUniqueInput;
    distinct?: Prisma.ActiveInviteScalarFieldEnum | Prisma.ActiveInviteScalarFieldEnum[];
    include?: ActiveInviteInclude<ExtArgs> | null;
    omit?: ActiveInviteOmit<ExtArgs> | null;
    orderBy?: ActiveInviteOrderByWithRelationInput | ActiveInviteOrderByWithRelationInput[];
    select?: ActiveInviteSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: ActiveInviteWhereInput;
}

ActiveInvite findFirstOrThrow

Type Parameters

Type declaration