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

/**
 * @description its value is equal to the value of the keyword
 */
export type stringValueConst = {
  /**
   * @type string | undefined
   */
  foobar?: 'foobar'
}
