claude-code-best/src/types/notebook.ts
2026-05-01 21:39:30 +08:00

9 lines
315 B
TypeScript

// Auto-generated stub — replace with real implementation
export type NotebookCell = any
export type NotebookContent = any
export type NotebookCellOutput = any
export type NotebookCellSource = any
export type NotebookCellSourceOutput = any
export type NotebookOutputImage = any
export type NotebookCellType = any