
> scriptoriumai-ui@2.0.0 type-check
> tsc --noEmit

src/__tests__/Runboard.states.test.tsx(13545,98): error TS2554: Expected 3 arguments, but got 4.
src/__tests__/Runboard.states.test.tsx(13553,99): error TS2554: Expected 3 arguments, but got 4.
src/__tests__/Runboard.states.test.tsx(13561,96): error TS2554: Expected 3 arguments, but got 4.
src/__tests__/Runboard.states.test.tsx(13564,96): error TS2554: Expected 3 arguments, but got 4.
src/__tests__/Runboard.states.test.tsx(191068,5): error TS2349: This expression is not callable.
  Type 'never' has no call signatures.
src/__tests__/Runboard.states.test.tsx(192469,30): error TS2367: This comparison appears to be unintentional because the types '"run-task-failed"' and '"run-compile-failed"' have no overlap.
src/__tests__/Runboard.states.test.tsx(192565,30): error TS2367: This comparison appears to be unintentional because the types '"run-task-failed"' and '"run-compile-failed"' have no overlap.
src/__tests__/Runboard.states.test.tsx(194508,31): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(194509,29): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(194510,31): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200031,46): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200032,44): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200033,50): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200165,48): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200166,46): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200167,52): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200179,48): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200180,46): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(200181,52): error TS2339: Property 'value' does not exist on type 'HTMLElement'.
src/__tests__/Runboard.states.test.tsx(201935,35): error TS7006: Parameter 'queueWaitMs' implicitly has an 'any' type.
src/__tests__/Runboard.states.test.tsx(201974,35): error TS7006: Parameter 'queueWaitMs' implicitly has an 'any' type.
src/__tests__/Runboard.states.test.tsx(202013,35): error TS7006: Parameter 'queueWaitMs' implicitly has an 'any' type.
src/__tests__/scriptorium-client.test.ts(953,78): error TS2322: Type 'string' is not assignable to type 'number'.
src/__tests__/scriptorium-client.test.ts(1392,57): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/__tests__/scriptorium-client.test.ts(2842,7): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/__tests__/scriptorium-client.test.ts(2857,7): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/__tests__/scriptorium-client.test.ts(2867,7): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/__tests__/scriptorium-client.test.ts(3159,7): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/components/editor/NativePdfViewer.tsx(2,1): error TS6133: 'NativePdfDocumentStore' is declared but its value is never read.
src/pages/EditorSimplified.tsx(1123,32): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms"> & { duration_ms: number; }'.
  Type 'string' is not assignable to type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms">'.
src/pages/EditorSimplified.tsx(1136,34): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms"> & { duration_ms: number; }'.
  Type 'string' is not assignable to type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms">'.
src/pages/EditorSimplified.tsx(1150,32): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms"> & { duration_ms: number; }'.
  Type 'string' is not assignable to type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms">'.
src/pages/EditorSimplified.tsx(1160,32): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms"> & { duration_ms: number; }'.
  Type 'string' is not assignable to type 'Omit<UxTelemetryEvent, "id" | "captured_at" | "duration_ms">'.
src/pages/ExcalidrawBoard.tsx(549,9): error TS2322: Type 'string' is not assignable to type 'number'.
src/pages/NextAiDrawIoView.tsx(365,9): error TS2322: Type 'ArtifactPublishTarget' is not assignable to type '"managed_object_storage" | undefined'.
  Type '"selected_uri"' is not assignable to type '"managed_object_storage"'.
src/pages/Runboard.tsx(6390,9): error TS2322: Type 'string' is not assignable to type 'string[]'.
src/pages/Runboard.tsx(6660,9): error TS2322: Type 'string | undefined' is not assignable to type 'string[] | undefined'.
  Type 'string' is not assignable to type 'string[]'.
src/pages/Runboard.tsx(6787,9): error TS2322: Type 'string | undefined' is not assignable to type 'string[] | undefined'.
  Type 'string' is not assignable to type 'string[]'.
src/pages/Runboard.tsx(6898,9): error TS2322: Type 'string | undefined' is not assignable to type 'string[] | undefined'.
  Type 'string' is not assignable to type 'string[]'.
src/pages/Runboard.tsx(7038,9): error TS2322: Type 'string | undefined' is not assignable to type 'string[] | undefined'.
  Type 'string' is not assignable to type 'string[]'.
src/services/native-mupdf-engine.ts(6,11): error TS6133: 'documentId' is declared but its value is never read.
