Appearance
Rule.io SDK / rcml/src / SmsToXmlOptions
Type Alias: SmsToXmlOptions
SmsToXmlOptions =
object
Defined in: rcml/src/sms/sms-to-xml.ts:13
Options for smsToXml.
Properties
indent?
optionalindent?:string
Defined in: rcml/src/sms/sms-to-xml.ts:17
Indent unit when pretty is true. Default two spaces.
pretty?
optionalpretty?:boolean
Defined in: rcml/src/sms/sms-to-xml.ts:15
Pretty-print the output with newlines + indentation. Default true.