UNPKG

@k-msg/provider

Version:

Complete provider system with adapters and implementations for K-Message platform

3 lines (2 loc) 161 B
import { type TemplateButton } from "@k-msg/template/send"; export declare function toAligoTplButton(buttons: TemplateButton[] | undefined): string | undefined;