Projekt

Obecné

Profil

Stáhnout (147 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 dd898896 castic96
import { TextRegion } from './parts/TextRegion';
2 a6372cde castic96
3
export class SearchResponse {
4
  public expression: string;
5
  public textRegions: TextRegion[];
6
}