mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
export class BackendSrvMock {
|
|
search: any;
|
|
|
|
constructor() {}
|
|
}
|