ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
14 lines (13 loc) • 364 B
TypeScript
export declare class SmsApiSendMessageDtoModel {
linkApiPathId: string;
linkFromNumber: string;
toNumbers: string;
toContactCategories: string[];
toContactContents: string[];
message: string;
sendByQueue: boolean;
isFlash: boolean;
scheduleSendStart: Date;
scheduleSendExpire: Date;
scheduleCron: string;
}