node-ovh-ts
Version:
OVH API wrapper library for TypeScript
14 lines (12 loc) • 322 B
TypeScript
type EmailMxplanAccountDiagnosis = {
canReceiveEmail?: boolean;
canSendEmail?: boolean;
connectiveWebmail?: boolean;
isLocked?: boolean;
isMxValid?: boolean;
isSpammer?: boolean;
isSrvValid?: boolean;
isSuspended?: boolean;
lastCheck?: Date;
};
export { EmailMxplanAccountDiagnosis };