blob: e01f54c89dbebb039832669c8e6b57c9fba45f83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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() {}
|