UNPKG
liquid-data-handler
Version:
latest (1.0.0)
1.0.0
Transform plate layouts according to liquid handling instructions
liquid-data-handler
/
lib
/
tests
/
test3
/
layouts.d.ts
12 lines
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
layout1
: {
Plate
:
string
;
Well
:
string
;
sample_id
:
string
;
cell_type
:
string
; }[];
export
declare
const
layout_media
: {
Plate
:
string
;
Well
:
string
;
sample_id
:
string
; }[];
//# sourceMappingURL=layouts.d.ts.map