Data needed to rename a contact

interface RenameContactCommand {
    contactUri: string;
    newName: string;
}

Properties

Properties

contactUri: string

The URI of the contact to rename

newName: string

The new name