get groups

returns all groups.

import Mimic from 'mimc';

console.log(Mimic.groups);

Output

[
  {
    "id": "743a78b5-cf0c-4240-bea7-0cc926159876",
    "name": "My Group",
    "active": true
  }
]