Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ interface TwitterOptions {
/** version "1.1" is the default (change for other subdomains) */
version?: string;
/** consumer key from Twitter. */
consumer_key: string;
consumer_key?: string;
/** consumer secret from Twitter */
consumer_secret: string;
consumer_secret?: string;
/** access token key from your User (oauth_token) */
access_token_key?: OauthToken;
/** access token secret from your User (oauth_token_secret) */
Expand Down