feat: add model apis #16
Annotations
5 errors
Test (19.x):
src/handlers/defaultModel.handler.ts#L91
Type '{ gcode: string; name: string; price: number; }' is not assignable to type '(Without<ModelCreateInput, ModelUncheckedCreateInput> & ModelUncheckedCreateInput) | (Without<...> & ModelCreateInput)'.
|
Test (19.x):
src/handlers/userModel.handler.ts#L96
Type '{ gcode: string; name: string; price: number; }' is not assignable to type '(Without<ModelCreateInput, ModelUncheckedCreateInput> & ModelUncheckedCreateInput) | (Without<...> & ModelCreateInput)'.
|
Test (19.x):
src/routes/apis/model.plugin.ts#L2
'"@handlers"' has no exported member named 'modelHandler'. Did you mean 'userModelHandler'?
|
Test (19.x):
src/routes/apis/model.plugin.ts#L8
Argument of type '"Model"' is not assignable to parameter of type 'HandlerTag'.
|
Test (19.x)
Process completed with exit code 2.
|