Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsContentJson

Type Alias: SmsContentJson

SmsContentJson = object

Defined in: rcml/src/sms/content/json-validator/types.ts:92

The root SMS content JSON document type. This is the shape stored in SmsDocument.content, returned by smsRfmToJson, and accepted by validateSmsJson.

Properties

content

content: SmsParagraphNode[]

Defined in: rcml/src/sms/content/json-validator/types.ts:94


type

type: "doc"

Defined in: rcml/src/sms/content/json-validator/types.ts:93