# @appium/types

> Various type declarations used across Appium

Latest version **1.7.0** (published 2026-08-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @appium/types
pnpm add @appium/types
yarn add @appium/types
bun add @appium/types
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no esm support.

Negative: declining downloads.

## Facts

| | |
|---|---|
| Version | 1.7.0 |
| Published | 2026-08-24 |
| First published | 2022-04-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^20.19.0 \|\| ^22.12.0 \|\| >=24.0.0 |
| Dependencies | 2 |
| Unpacked size | 317.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 21989 |
| Author | https://github.com/appium |
| Maintainers | jlipps, nick.mokhnach, kazucocoa |
| Keywords | android, automation, firefoxos, ios, javascript, selenium, testing, webdriver |

## Links

- npm: https://www.npmjs.com/package/@appium/types
- Repository: https://github.com/appium/appium
- Homepage: https://appium.io
- Issues: https://github.com/appium/appium/issues
- npm.io page: https://npm.io/package/@appium/types

## Dependencies (2)

- [type-fest](https://npm.io/package/type-fest.md) 5.8.0
- [@appium/schema](https://npm.io/package/@appium/schema.md) 1.3.0

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 1.7.0 (latest) — 2026-08-24
- 1.0.0-rc.1 (rc) — 2025-08-14
- 1.6.0 — 2026-07-25
- 1.5.1 — 2026-06-18
- 1.5.0 — 2026-05-31
- 1.4.0 — 2026-05-06
- 1.3.1 — 2026-04-23
- 1.3.0 — 2026-04-09
- 1.2.1 — 2026-03-08
- 1.2.0 — 2026-01-26
- 1.1.2 — 2025-12-04
- 1.1.1 — 2025-11-12
- 1.1.0 — 2025-10-08
- 1.0.1 — 2025-09-09
- 1.0.0 — 2025-08-18
- … 62 more at https://npm.io/package/@appium/types/versions

## README

# @appium/types

> A collection of TypeScript type declarations used across various [Appium](https://github.com/appium/appium) packages.

> [!WARNING]
> This is a work-in-progress; expect breaking changes!

## Install

```bash
npm install @appium/types -D
```

> [!NOTE]
> - The sources are `.ts` files, _not_ `.d.ts` files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
> - If there is a way to switch to `.d.ts` files and configure this package to work in our "project" context _without_ needing to actually "emit" anything, then we should do that instead.  Help accepted!
> - `lib/appium-config.ts` is generated by this package from `@appium/schema`, but is under version control to avoid chicken-or-egg build problems.

## License

Apache-2.0

---
_Source: https://npm.io/package/@appium/types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
