mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
export class BackendSrvMock {
|
|
search: any;
|
|
|
|
constructor() {}
|
|
}
|