Companion types library for the Shopify App Bridge script
@shopify/app-bridge-typesJoin our team and work on libraries like this one.

This is a companion library with TypeScript types for Shopify App Bridge.
You can install Shopify App Bridge Types by using Yarn:
``sh`
yarn add --dev @shopify/app-bridge-types
The types in this package are automatically generated from the sandboxes/app-bridge-next source code:
1. Types are defined in sandboxes/app-bridge-next/src/features/ sandboxes/app-bridge-next/dist/app-bridge.d.ts
2. During build, they're compiled to scripts/build.mjs
3. The build script () processes and copies these types to the dist folder
4. The processed types are then published to npm
To release a new version of the types package:
1. Make your changes to the type definitions in sandboxes/app-bridge-next/src/features/pnpm changeset
2. Run from the root of the repository@shopify/app-bridge-types` to bump its version
3. Select
4. Commit your changes
5. CI will automatically handle building and publishing the updated package
The automation ensures that the types stay in sync with the app-bridge-next implementation.