Skip to content

Commit

Permalink
Merge pull request #135 from jahirfiquitiva/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen authored Mar 25, 2024
2 parents 83993fd + 4d10346 commit 61edef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface ComposeOptions extends InboxOptions {
bcc?: string;
subject?: string;
body?: string;
encodeBody?: boolean;
}

export function getEmailClients(): Promise<
Expand Down Expand Up @@ -46,6 +47,7 @@ export function openComposer({
subject,
body,
defaultEmailLabel,
encodeBody,
}?: ComposeOptions): Promise<{ app: string; title: string } | null>;

export class EmailException {
Expand Down

0 comments on commit 61edef7

Please # to comment.