Files
openclaw-config/extensions/openclaw-lark/src/messaging/converters/video.d.ts
T

9 lines
260 B
TypeScript

/**
* Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
* SPDX-License-Identifier: MIT
*
* Converter for "video" and "media" message types.
*/
import type { ContentConverterFn } from './types';
export declare const convertVideo: ContentConverterFn;