source:
imaps-frontend/node_modules/schema-utils/declarations/util/hints.d.ts
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 193 bytes |
Line | |
---|---|
1 | export function stringHints(schema: Schema, logic: boolean): string[]; |
2 | export function numberHints(schema: Schema, logic: boolean): string[]; |
3 | export type Schema = import("../validate").Schema; |
Note:
See TracBrowser
for help on using the repository browser.