mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 11:00:54 +01:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
/* tweetTypes has all the Twitter API-related types */
|
|
|
|
export type Flags = {
|
|
standard?: boolean;
|
|
direct?: boolean;
|
|
};
|