Skip to main content

Personas

type Personas = {
entityId: string;
entityName: string;
entityType: string;
};

Personas information

Properties

entityId

entityId: string;

unique identifier for the persona


entityName

entityName: string;

name of the entity

Example

'Loan Officer'

entityType

entityType: string;

type of the entity

Example

'Persona'