fix(platformservice/mta): Update getEmailStatus response schema: make details property optional
This commit is contained in:
		| @@ -48,7 +48,7 @@ export interface IReq_CheckEmailStatus extends plugins.typedrequestInterfaces.im | ||||
|   }; | ||||
|   response: { | ||||
|     status: string, | ||||
|     details: { message: 'Email not found' } | ||||
|     details?: { message: string; } | ||||
|   }; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user