Interface RemovePersonInput

The RemovePersonInput used by the constructor of RemovePerson

interface RemovePersonInput {
    email?: string;
    personId?: string;
}

Properties

Properties

email?: string

email of the person, if not provided personId is required.

personId?: string

Bambu person identifier, if not provided email is required.