Skip to content

ClientProfileData

The ClientProfileData type represents the structure of the data returned for a client. In summary, its signature and the types used follow this contract:

type ClientProfileData = {
email: string | null;
document: string | null;
phone: string | null;
};