UNPKG

@ingestkorea/client-sens

Version:

INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.

5 lines (4 loc) 411 B
import { SensClientResolvedConfig, RequestSerializer, ResponseDeserializer } from "../models/index.js"; import { SendMMSCommandInput, SendMMSCommandOutput } from "../commands/SendMMSCommand.js"; export declare const se_SendMMSCommand: RequestSerializer<SendMMSCommandInput, SensClientResolvedConfig>; export declare const de_SendMMSCommand: ResponseDeserializer<SendMMSCommandOutput, SensClientResolvedConfig>;