forked from ard/ruoyi-api

‘liusuyi’
2023-06-24 12fe66f8ad34f912321efee674060671280fb78c
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;