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

9 lines
263 B
TypeScript

/**
* Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
* SPDX-License-Identifier: MIT
*
* Fallback converter for unsupported message types.
*/
import type { ContentConverterFn } from './types';
export declare const convertUnknown: ContentConverterFn;