summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/go/shared/union.go
blob: 91c73305d7f8196693b2e69236eb9956391410cc (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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() {}