I'm getting `TS2322: Type '{ id: string; groups: s...
# orm-help
f
I'm getting
TS2322: Type '{ id: string; groups: string; }' is not assignable to type '(Without<ServerCreateInput, ServerUncheckedCreateInput> & ServerUncheckedCreateInput) | (Without<...> & ServerCreateInput)'.   Object literal may only specify known properties, and 'groups' does not exist in type '(Without<ServerCreateInput, ServerUncheckedCreateInput> & ServerUncheckedCreateInput) | (Without<...> & ServerCreateInput)'