union.go 361 B

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