UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

5 lines (4 loc) 126 B
export interface WriteEmailParams { /** 发送邮箱地址, 支持多地址, 使用","分割 */ emails: string; }