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