mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Oauth1 support and Twitter node
This commit is contained in:
8
packages/nodes-base/nodes/Twitter/TweetInterface.ts
Normal file
8
packages/nodes-base/nodes/Twitter/TweetInterface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ITweet {
|
||||
display_coordinates?: boolean;
|
||||
lat?: number;
|
||||
long?: number;
|
||||
media_ids?: string;
|
||||
possibly_sensitive?: boolean;
|
||||
status: string;
|
||||
}
|
||||
Reference in New Issue
Block a user