ZodObject<{ id: $ZodBranded<ZodUUID, "Uuid">; key: ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>; value: ZodString; }, $strict> xml.ts
Declarations #
6 declarations
XmlAttribute #
XmlAttribute
XmlAttributeKey #
XmlAttributeKey
ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString> XmlAttributeKeyWithDefault #
XmlAttributeKeyWithDefault
ZodDefault<ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>> XmlAttributeValue #
XmlAttributeValue
ZodString XmlAttributeValueWithDefault #
XmlAttributeValueWithDefault
ZodDefault<ZodString> XmlAttributeWithDefaults #
XmlAttributeWithDefaults
ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid">>; key: ZodDefault<ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>>; value: ZodDefault<...>; }, $strict>