mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-17 04:12:45 +00:00
11 lines
278 B
Go
11 lines
278 B
Go
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
|
|
package shared
|
|
|
|
type UnionBool bool
|
|
|
|
func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion() {}
|
|
|
|
type UnionInt int64
|
|
|
|
func (UnionInt) ImplementsConfigProviderOptionsTimeoutUnion() {}
|