Projekt

Obecné

Profil

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