UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

7 lines (6 loc) 117 B
export interface SendEmailRequest { to: string; subject: string; body?: string; htmlBody?: string; }