Describe the feature
Hi ✋🏼
I'm trying to use saved(model, record) hook (docs) with TS, of which type are the args model, record ?
If I set saved(model: Post) I got the following error:
Class static side 'typeof Post' incrorrectly extends base class static side 'typeof Post
Thanks for your help
Additional information
Final checks
Describe the feature
Hi ✋🏼
I'm trying to use
saved(model, record)hook (docs) with TS, of which type are the argsmodel,record?If I set
saved(model: Post)I got the following error:Class static side 'typeof Post' incrorrectly extends base class static side 'typeof PostThanks for your help
Additional information
Final checks