UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

9 lines (8 loc) 205 B
export declare class SmsApiSendMessageTestDtoModel { linkApiPathId: string; fromNumber: string; toNumber: string; message: string; sendByQueue: boolean; isFlash: boolean; }