UNPKG

ali-mns-sdk

Version:

The nodejs SDK for aliyun mns service

10 lines (9 loc) 258 B
export declare class Msg { constructor(msg: string, priority?: number, delaySeconds?: number); getMsg(): string; getPriority(): number; getDelaySeconds(): number; private _msg; private _priority; private _delaySeconds; }