Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type 'UserWhereUniqueInput'.
Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type '{ id: string; email: string; pictureId: string; } & { id?: string | undefined; email?: string | undefined; pictureId?: string | undefined; AND?: UserWhereInput | UserWhereInput[] | undefined; ... 34 more ...; guestRecruitments?: RecruitmentListRelationFilter | undefined; }'.
Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type '{ id: string; email: string; pictureId: string; }'.
Types of property 'id' are incompatible.
Type 'string | StringFilter<"User"> | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.ts(2322)
Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type 'UserWhereUniqueInput'.
Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type '{ id: string; email: string; pictureId: string; } & { id?: string | undefined; email?: string | undefined; pictureId?: string | undefined; AND?: UserWhereInput | UserWhereInput[] | undefined; ... 34 more ...; guestRecruitments?: RecruitmentListRelationFilter | undefined; }'.
Type 'PickFields<UserWhereInput, Partial<Record<keyof UserWhereInput, unknown>>>' is not assignable to type '{ id: string; email: string; pictureId: string; }'.
Types of property 'id' are incompatible.
Type 'string | StringFilter<"User"> | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.ts(2322)