马宇豪
2024-08-21 b941ca4d159d7af138bc0a2fa7e04b1e9fdd61d0
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;