Closed this issue 3 years ago · 1 comments
If you don't pass the layout you get an error.
layout
const result = await client.list({ layout: "team_members_web" });
It was always expecting an argument there, I added an overload that should now not error when you pass no args to the list method. Fixed in 0.5.7