Skip to content

Commit

Permalink
feat: UnitTimeStepValues components
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Sep 3, 2023
1 parent 10aafe7 commit e1a1cd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/kotlin/com/openmeteo/api/common/Response.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ interface Response {
}
}
}

operator fun component1() = unit
operator fun component2() = values
}

/**
Expand Down

0 comments on commit e1a1cd7

Please sign in to comment.