Data needed to create a new group within an address book

interface CreateNewGroupCommand {
    addressBookUri: string;
    groupName: string;
}

Properties

addressBookUri: string

The URI of an existing address book the new group should be added to

groupName: string

The name of the group to create