This message was deleted.
# typescript
s
This message was deleted.
b
trying to pass it a group name like this which doesn’t fit the type of
groups
:
c
As the name suggests, it's a list of groups. So try
groups: [rootDeveloperGroup]
or
groups: [rootDeveloperGroup.name]
since the
groups
property takes a list of either a
string
or
Group
.
b
oh, that was an awkward miss. Thank you so much for the quick response 🙂
🙂 1