@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
5 lines (4 loc) • 481 B
TypeScript
import { SensClientResolvedConfig, RequestSerializer, ResponseDeserializer } from "../models/index.js";
import { GetAlimtalkResultCommandInput, GetAlimtalkResultCommandOutput } from "../commands/GetAlimtalkResultCommand.js";
export declare const se_GetAlimtalkResultCommand: RequestSerializer<GetAlimtalkResultCommandInput, SensClientResolvedConfig>;
export declare const de_GetAlimtalkResultCommand: ResponseDeserializer<GetAlimtalkResultCommandOutput, SensClientResolvedConfig>;