UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 267 B
type EmailProSpamAndVirusConfiguration = { checkDKIM?: boolean; checkSPF?: boolean; deleteSpam?: boolean; deleteVirus?: boolean; putInJunk?: boolean; tagSpam?: boolean; tagVirus?: boolean; }; export { EmailProSpamAndVirusConfiguration };