MCPcopy Create free account
hub / github.com/TanStack/ai / isVideoJob

Function isVideoJob

packages/ai-devtools/src/components/hooks/GenerationPanel.tsx:792–794  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

790}
791
792function isVideoJob(value: unknown): value is GenerationVideoJob {
793 return isRecord(value) && typeof value.jobId === 'string'
794}
795
796function errorTextFromUnknown(value: unknown): string | undefined {
797 if (typeof value === 'string') return value

Callers 1

previewFromUnknownFunction · 0.85

Calls 1

isRecordFunction · 0.70

Tested by

no test coverage detected