We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fda0f2 commit 2637e38Copy full SHA for 2637e38
1 file changed
lib/src/main/kotlin/com/openmeteo/apix/common/query/QueryTimeFormat.kt
@@ -0,0 +1,9 @@
1
+package com.openmeteo.apix.common.query
2
+
3
+import com.openmeteo.apix.common.time.TimeFormat
4
+import kotlinx.serialization.SerialName
5
6
+interface QueryTimeFormat : Query {
7
+ @SerialName("timeformat")
8
+ val timeFormat: TimeFormat
9
+}
0 commit comments