We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50d9928 + 3daf79a commit 680b7caCopy full SHA for 680b7ca
1 file changed
lib/opencode/generated/integrations.ex
@@ -82,6 +82,11 @@ defmodule OpenCode.Generated.Integrations do
82
location: OpenCode.Generated.LocationInfo.t()
83
}
84
85
+ @type v2_integration_attempt_status_200_json_resp_data_time :: %{
86
+ created: number | String.t(),
87
+ expires: number | String.t()
88
+ }
89
+
90
@type v2_integration_attempt_status_200_json_resp_data :: %{
91
message: String.t(),
92
status: String.t(),
0 commit comments