mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
9 lines
72 B
TypeScript
9 lines
72 B
TypeScript
|
export class BackendSrvMock {
|
||
|
search: any;
|
||
|
|
||
|
constructor() {
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|