You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
MemberList
List of users to assign to customer group. MemberList
export interface MemberList {
'members'?: Array<Principal>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
members | Optional | Array<Principal> | List of member {Array<Principal>} MemberList |