@jbrowse/core 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,141 @@
1
+ declare namespace _default {
2
+ const source: string;
3
+ const type: string;
4
+ const start: number;
5
+ const end: number;
6
+ const strand: number;
7
+ const phase: number;
8
+ const refName: string;
9
+ const id: string;
10
+ const dbxref: string[];
11
+ const name: string;
12
+ const description: string;
13
+ const gbkey: string;
14
+ const gene: string;
15
+ const gene_biotype: string;
16
+ const subfeatures: ({
17
+ source: string;
18
+ type: string;
19
+ start: number;
20
+ end: number;
21
+ strand: number;
22
+ phase: number;
23
+ refName: string;
24
+ id: string;
25
+ parent: string;
26
+ dbxref: string[];
27
+ name: string;
28
+ gbkey: string;
29
+ gene: string;
30
+ product: string;
31
+ tag: string;
32
+ transcript_id: string;
33
+ subfeatures: ({
34
+ source: string;
35
+ type: string;
36
+ start: number;
37
+ end: number;
38
+ strand: number;
39
+ phase: number;
40
+ refName: string;
41
+ parent: string;
42
+ dbxref: string[];
43
+ gbkey: string;
44
+ gene: string;
45
+ product: string;
46
+ tag: string;
47
+ transcript_id: string;
48
+ uniqueId: string;
49
+ parentId: string;
50
+ id?: undefined;
51
+ name?: undefined;
52
+ note?: undefined;
53
+ protein_id?: undefined;
54
+ } | {
55
+ source: string;
56
+ type: string;
57
+ start: number;
58
+ end: number;
59
+ strand: number;
60
+ phase: number;
61
+ refName: string;
62
+ id: string;
63
+ parent: string;
64
+ dbxref: string[];
65
+ name: string;
66
+ note: string;
67
+ gbkey: string;
68
+ gene: string;
69
+ product: string;
70
+ protein_id: string;
71
+ tag: string;
72
+ uniqueId: string;
73
+ parentId: string;
74
+ transcript_id?: undefined;
75
+ })[];
76
+ uniqueId: string;
77
+ parentId: string;
78
+ } | {
79
+ source: string;
80
+ type: string;
81
+ start: number;
82
+ end: number;
83
+ strand: number;
84
+ phase: number;
85
+ refName: string;
86
+ id: string;
87
+ parent: string;
88
+ dbxref: string[];
89
+ name: string;
90
+ gbkey: string;
91
+ gene: string;
92
+ product: string;
93
+ transcript_id: string;
94
+ subfeatures: ({
95
+ source: string;
96
+ type: string;
97
+ start: number;
98
+ end: number;
99
+ strand: number;
100
+ phase: number;
101
+ refName: string;
102
+ parent: string;
103
+ dbxref: string[];
104
+ gbkey: string;
105
+ gene: string;
106
+ product: string;
107
+ transcript_id: string;
108
+ uniqueId: string;
109
+ parentId: string;
110
+ id?: undefined;
111
+ name?: undefined;
112
+ note?: undefined;
113
+ protein_id?: undefined;
114
+ } | {
115
+ source: string;
116
+ type: string;
117
+ start: number;
118
+ end: number;
119
+ strand: number;
120
+ phase: number;
121
+ refName: string;
122
+ id: string;
123
+ parent: string;
124
+ dbxref: string[];
125
+ name: string;
126
+ note: string;
127
+ gbkey: string;
128
+ gene: string;
129
+ product: string;
130
+ protein_id: string;
131
+ uniqueId: string;
132
+ parentId: string;
133
+ transcript_id?: undefined;
134
+ })[];
135
+ uniqueId: string;
136
+ parentId: string;
137
+ tag?: undefined;
138
+ })[];
139
+ const uniqueId: string;
140
+ }
141
+ export default _default;