+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "E2ESelectors"
keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"]
type = "docs"
+++
## E2ESelectors type
### E2ESelectors type
Signature
```typescript
export declare type E2ESelectors = {
[P in keyof S]: S[P];
};
```
Import
```typescript
import { E2ESelectors } from '@grafana/e2e-selectors';
```