Typescript moralis transfer code

If anyone knows typescript well, can you tell me how I should improve this code particularly the :any ? Or is it good enough like it is ?

    let result = await (Moralis as any).transfer(options);

Answered in the first thread :raised_hands: