Jeff
Jeff
I see, it does implement them all as it's just a wrapper, just the type definitions aren't finished. Thanks!
@zMotivat0r How do you feel about changing `repository.interface.ts` to include something like this? It would keep you from having to manually add each method ``` export type Promisify = {...
Yes, it is most certainly caused by importing from the wrong place. I found this setting which helps a lot: `"typescript.preferences.autoImportFileExcludePatterns": ["lucide-react"]` I wonder how it can be configured to...
This also worked for me, thanks @michaelgmcd