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

/**
 * @description its value is equal to the value of the keyword
 */
export type numberValueConst = {
  /**
   * @type number | undefined
   */
  foobar?: 42
}
