English
Appearance
Promise<GetAllGroupsResponse>
export type GetAllGroupsResponse = { version: string; gridVerMap: { [groupId: string]: string; }; };
api.getAllGroups() .then(console.log) .catch(console.error);