Skip to content

Rule.io SDK


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?

optional indent?: string

Defined in: rcml/src/sms/sms-to-xml.ts:17

Indent unit when pretty is true. Default two spaces.


pretty?

optional pretty?: boolean

Defined in: rcml/src/sms/sms-to-xml.ts:15

Pretty-print the output with newlines + indentation. Default true.