mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 05:19:40 +02:00
twilio spark typing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user