feige
6 天以前 f6ba10af9f368f251de29e77ba88d5ad33bc31d6
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;