Type Alias NostoSessionProps

NostoSessionProps: {
    cart?: Cart | ToCamelCase<Cart>;
    customer?: Customer | ToCamelCase<Customer>;
}