UNPKG

@autorest/codemodel

Version:
10 lines 284 B
import { SerializationFormat } from "../schema"; export interface XmlSerlializationFormat extends SerializationFormat { name?: string; namespace?: string; prefix?: string; attribute: boolean; wrapped: boolean; text: boolean; } //# sourceMappingURL=xml.d.ts.map