import { SchemaFieldValue } from "./schema-field-value";

export type FromObjectSchema = {
  [k: string]: SchemaFieldValue;
};
