interface MoceanNodeParameters {
from?: string;
language?:
| "en-US"
| "en-GB"
| "ja-JP"
| "cmn-CN"
| "ko-KR";
message?: string;
operation?: "send";
options?: { dlrUrl?: string };
resource?: "sms" | "voice";
to?: string;
}
Number to which to send the message