Your IP : 216.73.216.158


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/schema-utils/declarations/util/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/schema-utils/declarations/util/hints.d.ts

export function stringHints(schema: Schema, logic: boolean): string[];
export function numberHints(schema: Schema, logic: boolean): string[];
export type Schema = import("../validate").Schema;