Create LICENSE #68
test.yml
on: push
Test, typecheck and lint
26s
Annotations
2 errors
Test, typecheck and lint:
src/server/model/employee.ts#L69
Type '{ username?: string; email?: string; }' is not assignable to type 'EmployeeWhereUniqueInput' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Test, typecheck and lint
Process completed with exit code 2.
|