export type AwaitingAction = { checkInDate: string | null; checkOutDate: string | null; createdAt: string; houseId: string | null; id: string; name: 'automatic_proposal' | 'availability_request' | 'owner_contract_ready_to_sign' | 'owner_nps' | 'client_contract_ready_to_sign'; privateToken: string | null; sourceId: string | null; userId: string | null; };