Projekt

Obecné

Profil

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

    
3
/**
4
 * Special tag used in annotation panel.
5
 */
6
export type Tag = {
7
    name: string;
8
    category: string;
9
    visible: boolean;
10
    occurrences: TagInstanceInfo[];
11
};
(2-2/2)