Types in nodejs environment

export let MoralisService = require(‘moralis/node’);

await MoralisService.start({ serverUrl: serverUrl, appId: appId });

help? no types. also dont work.

temp fix:
export let MoralisService = require(‘moralis/node’) as typeof Moralis;

plz fix. i am in strict typescript environment and error like these are so annoying

Argument of type ‘{ chain: string; block_number_or_hash: string; }’ is not assignable to parameter of type ‘{ chain?: “bsc” | “eth” | “0x1” | “ropsten” | “0x3” | “rinkeby” | “0x4” | “goerli” | “0x5” | “kovan” | “0x2a” | “polygon” | “0x89” | “mumbai” | “0x13881” | “0x38” | “bsc testnet” | … 6 more … | “0xfa”; subdomain?: string; } & { …; }’.
Type ‘{ chain: string; block_number_or_hash: string; }’ is not assignable to type '{ chain?: “bsc” | “eth” | “0x1” | “ropsten” | “0x3” | “rinkeby” | “0x4” | “goerli” | “0x5” | “kovan” | “0x2a” | “polygon” | “0x89” | “mumbai” | “0x13881” | “0x38” | “bsc testnet” | “0x61” |