h1dr4x
h1dr4x
SIASapphire - Imagine a framework
Created by h1dr4x on 6/3/2023 in #sapphire-support
Type '"Rules"' is not assignable to type 'PreconditionEntryResolvable'.
thanks!
12 replies
SIASapphire - Imagine a framework
Created by h1dr4x on 6/3/2023 in #sapphire-support
Type '"Rules"' is not assignable to type 'PreconditionEntryResolvable'.
ah alright, thanks for the information, i did all of the steps you gave but it didnt work again
12 replies
SIASapphire - Imagine a framework
Created by h1dr4x on 6/3/2023 in #sapphire-support
Type '"Rules"' is not assignable to type 'PreconditionEntryResolvable'.
the other typing is working well
interface SapphireClient {
db: PetDatabase;
}
interface SapphireClient {
db: PetDatabase;
}
12 replies
SIASapphire - Imagine a framework
Created by h1dr4x on 6/3/2023 in #sapphire-support
Type '"Rules"' is not assignable to type 'PreconditionEntryResolvable'.
and also moving and adding export default undefined didn't solve the problem
12 replies
SIASapphire - Imagine a framework
Created by h1dr4x on 6/3/2023 in #sapphire-support
Type '"Rules"' is not assignable to type 'PreconditionEntryResolvable'.
i have edited my tsconfig.json to read types/index.d.ts too by adding it to
includes
includes
do i still have to move it? if so why? i might be asking a lot sorry, just want to learn im still an intermediate
12 replies