Skip to content

Commit 680b7ca

Browse files
Merge pull request #6 from UtkarshUsername/fix/workflow
fix: add missing @type for v2_integration_attempt_status_200_json_res…
2 parents 50d9928 + 3daf79a commit 680b7ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/opencode/generated/integrations.ex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ defmodule OpenCode.Generated.Integrations do
8282
location: OpenCode.Generated.LocationInfo.t()
8383
}
8484

85+
@type v2_integration_attempt_status_200_json_resp_data_time :: %{
86+
created: number | String.t(),
87+
expires: number | String.t()
88+
}
89+
8590
@type v2_integration_attempt_status_200_json_resp_data :: %{
8691
message: String.t(),
8792
status: String.t(),

0 commit comments

Comments
 (0)