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
/
test2
/
results.d.ts
11 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
results
: ({
Plate
:
string
;
Well
:
string
;
sample_id
:
string
; }[] | {
Plate
:
string
;
Well
:
string
;
sample_id
:
string
;
volume_Q1
:
number
; }[])[];
//# sourceMappingURL=results.d.ts.map