Alokai

OcapiCustomerAuthResponse

export type OcapiCustomerAuthResponse = {
    authType: string;
    birthday: string;
    creationDate: string;
    customerId: string;
    customerNo: string;
    email: string;
    enabled: boolean;
    firstName: string;
    gender: number;
    hashedLogin: string;
    lastLoginTime: string;
    lastModified: string;
    lastName: string;
    lastVisitTime: string;
    login: string;
    previousLoginTime: string;
    previousVisitTime: string;
    visitId: string;
};