Skip to content

Commit

Permalink
chore: add missing property in types
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva authored Mar 22, 2024
1 parent d683b7b commit 4d10346
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 4d10346

Please sign in to comment.