aswi2020anonymous-gitlab/fe/fulltextsearch/src/app/model/SearchResponse.ts @ 946058e4
1 |
import { TextRegion } from './parts/TextRegion'; |
---|---|
2 |
|
3 |
export class SearchResponse { |
4 |
public expression: string; |
5 |
public textRegions: TextRegion[]; |
6 |
|
7 |
public constructor() { |
8 |
}
|
9 |
}
|
- « Předchozí
- 1
- 2
- 3
- Další »