mock_info
mock_info: {
cell_deps: {
cell_dep: CellDep;
data: string;
header?: string;
output: CellOutput;
}[];
header_deps: Header[];
inputs: {
data: string;
header?: string;
input: CellInput;
output: CellOutput;
}[];
}
Type declaration
-
cell_deps: {
cell_dep: CellDep;
data: string;
header?: string;
output: CellOutput;
}[]
-
header_deps: Header[]
-
inputs: {
data: string;
header?: string;
input: CellInput;
output: CellOutput;
}[]