source: trip-planner-front/node_modules/schema-utils/declarations/util/hints.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 377 bytes
Line 
1export function stringHints(schema: Schema, logic: boolean): string[];
2export function numberHints(schema: Schema, logic: boolean): string[];
3export type Schema =
4 | (import('json-schema').JSONSchema4 & import('../validate').Extend)
5 | (import('json-schema').JSONSchema6 & import('../validate').Extend)
6 | (import('json-schema').JSONSchema7 & import('../validate').Extend);
Note: See TracBrowser for help on using the repository browser.