mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 08:44:22 +01:00
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() {}
|