| 1 | import { VideoIcon } from '@/components/icons' |
| 2 | import { AuthMode, type BlockConfig, IntegrationType, type SubBlockConfig } from '@/blocks/types' |
| 3 | import { normalizeFileInput, parseOptionalBooleanInput } from '@/blocks/utils' |
| 4 | import type { VideoBlockResponse } from '@/tools/video/types' |
nothing calls this directly
no test coverage detected