Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 17, 2024
1 parent b5c8c8b commit 8de25bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions email/types.w
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub interface IEmail {
/// Sends a simple email.
inflight send(options: SendEmailOptions): void;
}

Expand Down

0 comments on commit 8de25bb

Please sign in to comment.