MCPcopy Create free account
hub / github.com/experdot/pointer / CrosstabData

Interface CrosstabData

src/renderer/src/types/type.ts:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169export interface CrosstabData {
170 metadata: CrosstabMetadata | null
171 tableData: CrosstabMultiDimensionData
172 currentStep: number
173 steps: CrosstabStep[]
174}
175
176export interface CrosstabChat extends PageBase {
177 type: 'crosstab'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected