• File: hints.d.ts
  • Full Path: /var/www/paytek-africa.com/node_modules/schema-utils/declarations/util/hints.d.ts
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 377 bytes
  • MIME-type: text/plain
  • Charset: utf-8
export function stringHints(schema: Schema, logic: boolean): string[];
export function numberHints(schema: Schema, logic: boolean): string[];
export type Schema =
  | (import('json-schema').JSONSchema4 & import('../validate').Extend)
  | (import('json-schema').JSONSchema6 & import('../validate').Extend)
  | (import('json-schema').JSONSchema7 & import('../validate').Extend);