Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsContentSafeParseResult

Type Alias: SmsContentSafeParseResult<T>

SmsContentSafeParseResult<T> = { data: T; success: true; } | { errors: SmsContentValidationError[]; success: false; }

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

Discriminated-union result of a non-throwing SMS content validation.

Type Parameters

T

T