twilio spark typing

This commit is contained in:
Shams mosowi
2021-07-06 17:14:25 +10:00
parent ee5570cdf4
commit 74b98a2f6e

View File

@@ -282,9 +282,9 @@ export default function CodeEditor(props: any) {
}>
type TwilioMessageBody = (SparkContext) => Promise<{
body: any;
from: any;
to: any;
body: string;
from: string;
to: string;
}>
type TaskBody = (SparkContext) => Promise<any>