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

9 lines
276 B
TypeScript

/**
* Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
* SPDX-License-Identifier: MIT
*
* Entry point for the interactive (card) message converter.
*/
import type { ContentConverterFn } from '../types';
export declare const convertInteractive: ContentConverterFn;