import { iSchemaResponseData } from "../model/iSchemaResponseData"; export type iSchemaHandler = (schema: iSchemaResponseData) => any;