@thetimes/times-public-api-types
v1.0.8757
Published
This module contains the TypeScript definitions for the Times Public API's GraphQL types. The names of the types match the names in the GraphQL API.
Downloads
3,683
Readme
@thetimes/times-public-api-types
This module contains the TypeScript definitions for the Times Public API's GraphQL types. The names of the types match the names in the GraphQL API.
Usage
import { Article } from "@thetimes/times-public-api-types";
interface TPAClient {
getArticle(articleId: string): Promise<Article>;
}
Known issues
You may need to import at least 1 type manually from this package to your project before the auto-import suggestions start working.