/**
 * Generated by Kubb (https://kubb.dev/).
 * Do not edit manually.
 */

export type FooBasetypeEnum2 = 'type-string' | 'type-number'

export type fooBase = {
  /**
   * @type string
   */
  $type: FooBasetypeEnum2
}
