UNPKG

@pipedream/verifalia

Version:

Pipedream Verifalia Components

18 lines (17 loc) 311 B
export default { // Options for common email verification quality levels qualityLevelOptions: [ { label: "Standard quality", value: "standard", }, { label: "High quality", value: "high", }, { label: "Extreme quality", value: "extreme", }, ], };