mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
7 lines
88 B
TypeScript
7 lines
88 B
TypeScript
declare module "test/specs/helpers" {
|
|
let helpers: any;
|
|
export default helpers;
|
|
}
|
|
|
|
|