Skip to content

Commit 2637e38

Browse files
committed
feat(apix): time format query
1 parent 8fda0f2 commit 2637e38

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)