@qwanyx/stack 0.2.106 → 0.2.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -222,6 +222,8 @@ export declare class MailClient {
222
222
  */
223
223
  sendEmail(accountId: string, options: {
224
224
  to: string | string[];
225
+ cc?: string | string[];
226
+ bcc?: string | string[];
225
227
  subject: string;
226
228
  html: string;
227
229
  text?: string;