SMSTemplateType: { input: { from: string; text: string; to: string }; type: "SMS" }

Type declaration

  • input: { from: string; text: string; to: string }
    • from: string
    • text: string
    • to: string
  • type: "SMS"