union.go 278 B

1234567891011
  1. // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
  2. package shared
  3. type UnionBool bool
  4. func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion() {}
  5. type UnionInt int64
  6. func (UnionInt) ImplementsConfigProviderOptionsTimeoutUnion() {}