We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1911e7 commit a30f4edCopy full SHA for a30f4ed
src/index.ts
@@ -54,7 +54,7 @@ export class TempMail {
54
* @param domain {string} the specific domain to use.
55
* @returns {Inbox} the Inbox object with the address and token.
56
*/
57
- async createInbox(options: CreateInboxOptions): Promise<Inbox> {
+ async createInbox(options?: CreateInboxOptions): Promise<Inbox> {
58
let url = "/inbox/create";
59
60
const r = await this.makeRequest(url, options);
0 commit comments