xml.ts

Declarations
#

6 declarations

view source

XmlAttribute
#

xml.ts view source

ZodObject<{ id: $ZodBranded<ZodUUID, "Uuid">; key: ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>; value: ZodString; }, $strict>

XmlAttributeKey
#

xml.ts view source

ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>

XmlAttributeKeyWithDefault
#

xml.ts view source

ZodDefault<ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>>

XmlAttributeValue
#

XmlAttributeValueWithDefault
#

XmlAttributeWithDefaults
#

xml.ts view source

ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid">>; key: ZodDefault<ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>>; value: ZodDefault<...>; }, $strict>

Depends on
#

Imported by
#