Package version:

Interface CreatePersonResultOutput

Response of create person.

interface CreatePersonResultOutput {
    personId: string;
}

Properties

Properties

personId: string

Person ID of the person.