Projekt

Obecné

Profil

Stáhnout (147 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { TextRegion } from './parts/TextRegion';
2

    
3
export class SearchResponse {
4
  public expression: string;
5
  public textRegions: TextRegion[];
6
}
(5-5/5)