fxtwitter-docker/src/types.ts
2022-07-15 21:16:31 -04:00

6 lines
123 B
TypeScript

/* tweetTypes has all the Twitter API-related types */
export type Flags = {
standard?: boolean;
direct?: boolean;
};