claude-code-best/src/types/notebook.ts
2026-03-31 20:40:16 +08:00

9 lines
322 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;