UNPKG

xml-from-object

Version:

Easy, highly typed and customizable way to build your xml using JS/TS plain objects.

4 lines (2 loc) 140 B
import { SchemaFieldValue } from "./schema-field-value"; export type SchemaFieldConfig = Pick<SchemaFieldValue, "attributes" | "options">;