Alokai
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

NameRequiredTypeDescription
membersOptionalArray<Principal>List of member {Array<Principal>} MemberList

Referenced Types

On this page