feige
2025-10-21 6cba92f5ae176bbc58f7e822de00b317a2a7f16b
1
2
3
export function stringHints(schema: Schema, logic: boolean): string[];
export function numberHints(schema: Schema, logic: boolean): string[];
export type Schema = import("../validate").Schema;