| 14 | import { SplootDataStringEntry } from './string_entry' |
| 15 | |
| 16 | export interface DataEntrySplootNode extends SplootNode { |
| 17 | getFieldName: () => string |
| 18 | getValue: () => string |
| 19 | setValue: (value: string) => void |
| 20 | } |
| 21 | |
| 22 | export const DATA_ROW = 'DATA_ROW' |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected