/**
 * The constant value to use
 */
export type ConstantSchemaOverrideConstantValue = string | number | number | boolean;
