feat!: rebuilt project in TS with API validation with Zod #11
Annotations
7 errors
Check types:
src/Zenodo.ts#L35
'depositions' is of type 'unknown'.
|
Check types:
src/Zenodo.ts#L35
Parameter 'deposition' implicitly has an 'any' type.
|
Check types:
src/Zenodo.ts#L45
Argument of type 'unknown' is not assignable to parameter of type 'Deposition'.
|
Check types:
src/Zenodo.ts#L54
'depositions' is of type 'unknown'.
|
Check types:
src/Zenodo.ts#L54
Parameter 'deposition' implicitly has an 'any' type.
|
Check types:
src/depositions/Deposition.ts#L87
Argument of type 'unknown' is not assignable to parameter of type 'Deposition'.
|
Check types
Process completed with exit code 2.
|
Loading