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 34b5b8b + 804e701 commit 51cb8eaCopy full SHA for 51cb8ea
1 file changed
lib/opencode/generated/connectors.ex
@@ -163,6 +163,11 @@ defmodule OpenCode.Generated.Connectors do
163
location: OpenCode.Generated.LocationInfo.t()
164
}
165
166
+ @type v2_connector_connect_oauth_status_200_json_resp_data_time :: %{
167
+ created: number | String.t(),
168
+ expires: number | String.t()
169
+ }
170
+
171
@type v2_connector_connect_oauth_status_200_json_resp_data :: %{
172
message: String.t(),
173
status: String.t(),
0 commit comments