You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing data as data: T | T[ ] or data: Partial<T> inside _create and _patch is not allowing inferred DTOs or other specific types to be passed into the base services.
Should we enforce this or make the typing more flexible?
Typing data as
data: T | T[ ]
ordata: Partial<T>
inside_create
and_patch
is not allowing inferred DTOs or other specific types to be passed into the base services.Should we enforce this or make the typing more flexible?
CC: @zakhaev26
The text was updated successfully, but these errors were encountered: