(state: unknown)
| 193 | |
| 194 | type StateBlocks = { blocks: Record<string, { subBlocks: Record<string, { value: unknown }> }> } |
| 195 | const kbValue = (state: unknown) => |
| 196 | (state as StateBlocks).blocks['block-1'].subBlocks.knowledgeBaseId.value |
| 197 | const docValue = (state: unknown) => |
| 198 | (state as StateBlocks).blocks['block-1'].subBlocks.documentId.value |
| 199 |
no outgoing calls
no test coverage detected