backend_srv.ts 67 B

12345
  1. export class BackendSrvMock {
  2. search: any;
  3. constructor() {}
  4. }