```ts src/ts/documents/K4Item.ts:314:7 - error TS2415: Class 'K4Item<T>' incorrectly extends base cl
11 Replies
I can't believe it...
Oh, some of mine are eslint errors, you're right
you didn't take my words to heart
I told you, I did the Item part really fast because you wanted a push!
even though you said this... :(
LOL
it's okay it's not like I'm actually mad
Look! I expressly said! 😉
it should've been second nature by now!
lol I know, no worries you'd have to be a lot nastier to rattle me! 😉
But wait, what did I do wrong? I did what you did with the actor System type, to the item System type... right?
Ohh, I missed the second one
just to note again
I think it's nicer if stuff like
Move
is defined as type Move = { ... }
instead of interface Move { ... }
because then you don't need the InterfaceToObject
but yes
the two errors left are really one and the same