Getting 1 item by _ID from the DB.
But I can't use getOne.
This code:
tells me "Type 'string' is not assignable to type 'Id<"chats">'. Type 'string' is not assignable to type '{ __tableName: "chats"; }'"
I just want to get a specific chat via that _id that is in the database... What am I doing wrong becvause all of the examples say this should work.
getting all the chats works fine.
please help!
