Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
377 bytes
|
Line | |
---|
1 | export function stringHints(schema: Schema, logic: boolean): string[];
|
---|
2 | export function numberHints(schema: Schema, logic: boolean): string[];
|
---|
3 | export 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.