Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComplianceStatus

import type { ComplianceStatus } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

The status of a sender compliance requirement.

interface ComplianceStatus {
readonly status?: "STATE_UNSPECIFIED" | "COMPLIANT" | "NEEDS_WORK";
}

§Properties

§
readonly status?: "STATE_UNSPECIFIED" | "COMPLIANT" | "NEEDS_WORK"
[src]

Output only. The compliance status.