-
Much thank for the lib!
Please integrate TS Types, so it will not be need to install it from DT.
khokm updated
2 weeks ago
-
Why are there no types provided? Or an OpenAPI schema from which to generate types at least?
It would be very simple to provide type definitions _(or at least a JSONSchema)_. Doing so would make …
-
What are the suggested types for the `mdx.tsx` definitions? (app/components/mdx.tsx)
I'm using the [blog](https://vercel.com/templates/next.js/portfolio-starter-kit) for inspiration. I'm using st…
-
Do you have any typescript types defined for this project? Do you know if someone has already created types for this project?
-
This plugin, when imported from a `.ts` file, throws types error because it doesn't declare any types.
I think it would be a good enhancement to declare at single a single `types.d.ts` in the packa…
-
Hate to be the one to say it, but it's needed.
-
The component cannot be used in a TypeScript project, as no types are included,
Importing GSearchUI results in the following TS error:
> TS7016: Could not find a declaration file for module @dat…
-
We currently need to add //@ts-nocheck because TypeScript types don't work :(
For some reason, when we compile with tsup with `dts: true`, it throws weird errors. (Note that [this line](https://git…
-
## Overview/summary
Currently you can not easily get the RestResource types for the specified API version.
Importing `import type { RestResources } from '@shopify/shopify-api/rest/admin/2024-07';` g…
-
It would be great to have well defined types for this library.
Not sure I want to clutter the implementation with it though.