Projekt

Obecné

Profil

Stáhnout (177 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

    
7
  public constructor() {
8
  }
9
}
(4-4/4)