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

export type SchemaFieldConfig = Pick<SchemaFieldValue, "attributes" | "options">;
