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

Interface CrosstabStep

src/renderer/src/types/type.ts:158–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158export interface CrosstabStep {
159 id: string
160 stepType: 'metadata' | 'horizontal' | 'vertical' | 'values'
161 stepName: string
162 description: string
163 prompt: string
164 response?: string
165 isCompleted: boolean
166 timestamp: number
167}
168
169export interface CrosstabData {
170 metadata: CrosstabMetadata | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected