The `@penpot/plugin-types` package provides TypeScript type definitions for the Penpot Plugin API, making it easier to develop plugins for the Penpot design platform with full type safety and IDE support. It streamlines the development process by ensuring that your code is well-typed and less prone to errors.
For more information on how to build plugins using the Penpot PLugin API, refer to the <ahref="https://penpot-docs-plugins.pages.dev/plugins/getting-started/"target="_blank">official documentation</a>. You can also explore practical examples in the <ahref="https://github.com/penpot/penpot-plugins-samples"target="_blank">samples repository</a> to see real-world implementations.