feat: Introduce my tweet trigger with execute step mutation
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
46321f19f4
commit
b42cb759a5
@@ -1,9 +1,12 @@
|
||||
import Authentication from './authentication';
|
||||
import Triggers from './triggers';
|
||||
|
||||
export default class Twitter {
|
||||
authenticationClient: any
|
||||
triggers: any
|
||||
|
||||
constructor(connectionData: any) {
|
||||
this.authenticationClient = new Authentication(connectionData);
|
||||
this.triggers = new Triggers(connectionData);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user