How to retrieve group members in Typescript

I’m trying to get the users belonging to a group using Typescript in Foundry. I attempted to use Users.getGroupByIdAsync(), but it doesn’t recognize the members property. How can I achieve this?

This is not supported in Typescript Functions