CustomerProductListRegistrant: {
    email: string;
    firstName: string;
    lastName: string;
    role: string;
} & {
    [key: string]: any;
}