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

TestAvailabilityConfigurationResponse

import type { TestAvailabilityConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface TestAvailabilityConfigurationResponse {
FailureReason?: string | null;
TestPassed?: boolean | null;
}

§Properties

§
FailureReason?: string | null
[src]

String containing the reason for a failed test if TestPassed is false.

§
TestPassed?: boolean | null
[src]

Boolean indicating whether the test passed or failed.