hello! im trying to use this:
let response = await Moralis.Web3API.token.getAllTokenIds( options );
inside the new parse local server… but im getting this error:
Property ‘Web3API’ does not exist on type ‘{ Core: Core; Auth: Auth; Streams: Streams; EvmApi: EvmApi; SolApi: SolApi; start: (config?: Partial | undefined) => Promise<…>; }’.
my moralis version: “^2.8.2”,