Skip to content

Commit 51cb8ea

Browse files
Merge pull request #5 from UtkarshUsername/fix/workflow
fix: add missing @type for v2_connector_connect_oauth_status_200_json…
2 parents 34b5b8b + 804e701 commit 51cb8ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/opencode/generated/connectors.ex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ defmodule OpenCode.Generated.Connectors do
163163
location: OpenCode.Generated.LocationInfo.t()
164164
}
165165

166+
@type v2_connector_connect_oauth_status_200_json_resp_data_time :: %{
167+
created: number | String.t(),
168+
expires: number | String.t()
169+
}
170+
166171
@type v2_connector_connect_oauth_status_200_json_resp_data :: %{
167172
message: String.t(),
168173
status: String.t(),

0 commit comments

Comments
 (0)