twitter-d
twitter-d copied to clipboard
TypeScript types for Twitter API objects
I'm pretty sure this is what the Twitter API gives for all coordinates now; it's what I get from both search and streaming APIs.
Seems like `name-dts` might be the common convention. - https://github.com/google/schema-dts
There are a number of fields that are grouped together for specific types of tweets. It would be nice to have the following types: ```typescript export type Status = SimpleStatus...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.2.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.2.0 6.2.0 (2023-07-24) Bug Fixes eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59) eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift...