🧐 Add exportResults script
This commit is contained in:
@@ -72,3 +72,9 @@ export type ResultHeaderCell = {
|
||||
blockType?: InputBlockType
|
||||
variableIds?: string[]
|
||||
}
|
||||
|
||||
export type CellValueType = { element?: JSX.Element; plainText: string }
|
||||
|
||||
export type TableData = {
|
||||
id: Pick<CellValueType, 'plainText'>
|
||||
} & Record<string, CellValueType>
|
||||
|
||||
Reference in New Issue
Block a user