mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
14cb2d2af6
Co-authored-by: GitHub Action <action@github.com>
16 lines
361 B
Go
16 lines
361 B
Go
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
|
|
package shared
|
|
|
|
type UnionString string
|
|
|
|
func (UnionString) ImplementsPermissionPatternUnion() {}
|
|
|
|
type UnionBool bool
|
|
|
|
func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion() {}
|
|
|
|
type UnionInt int64
|
|
|
|
func (UnionInt) ImplementsConfigProviderOptionsTimeoutUnion() {}
|