Projekt

Obecné

Profil

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

    
3
export type TableDocInfo = {
4
    id?: string;
5
    key?: string;
6
    name?: string | null;
7
    length?: number;
8
    requiredAnnotations?: number;
9
    annotatingUsers?: Array<UserInfo> | null;
10
};
(2-2/3)