nylas
    Preparing search index...

    Type Alias DomainVerificationType

    DomainVerificationType:
        | "ownership"
        | "mx"
        | "spf"
        | "dkim"
        | "feedback"
        | "dmarc"
        | "arc"

    Type for the DNS verification types supported by the Manage Domains API.

    Note: the published contract only documents the first five, but the service source also accepts dmarc and arc.