We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359f740 commit 82b9223Copy full SHA for 82b9223
1 file changed
.github/scripts/options.sh
@@ -52,6 +52,8 @@ import kotlinx.serialization.Serializable
52
53
@Serializable
54
enum class $endpoint${name^} : Options {
55
+ @SerialName("time")
56
+ Time,
57
END
58
paste -d $'\n' <(echo "$serialNames") <(echo "$options") \
59
| prefix " "
0 commit comments