feat(sw-452): updated typing on util

This commit is contained in:
Pontus Dreij
2024-10-17 10:10:28 +02:00
parent a967431672
commit fce9ef1b61
5 changed files with 31 additions and 23 deletions

View File

@@ -47,8 +47,8 @@ export default function FlexibilityOption({
function onChange() {
const rate = {
roomTypeCode: roomTypeCode,
roomType: roomType,
roomTypeCode,
roomType,
priceName: name,
public: publicPrice,
member: memberPrice,