Correct type definitions for function receiving builder
I have something like this and I was wondering if it's the correct way to type my helper function.
I'm getting a typescrip eslint error, Idk if the third generic argument should be different or I can ignore eslint
2 Replies
Something like this:
Thanks