CustomerRegistration: {
    customer: Customer;
    password: string;
} & {
    [key: string]: any;
}