function assignTogether(memberIds, opts?): RuleEntry;
string
...string[]
AssignTogetherOptions
RuleEntry
assignTogether(["alice", "bob"]) assignTogether(["alice", "bob", "charlie"], { priority: "HIGH" })