fix(mta): update email status response type in MTA platform service
This commit is contained in:
@ -47,7 +47,7 @@ export interface IReq_CheckEmailStatus extends plugins.typedrequestInterfaces.im
|
||||
emailId: string;
|
||||
};
|
||||
response: {
|
||||
status: 'unknown',
|
||||
status: string,
|
||||
details: { message: 'Email not found' }
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user