UNPKG

one-schema

Version:
5 lines (4 loc) 324 B
import { IFieldValidatorSerialized } from "../../types/core"; declare type TSubNameGenerator = (parentName: string, type: string, fieldName: string) => string; export declare function generateTypescriptInterface(fv: IFieldValidatorSerialized, interfaceName: string, subNameGenerator?: TSubNameGenerator): string; export {};